Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marius
zathura
Commits
f6073abc
Commit
f6073abc
authored
Jun 24, 2014
by
Sebastian Ramacher
Browse files
Link synctex code for tests
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
1744adef
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
f6073abc
...
...
@@ -8,7 +8,7 @@ PROJECT = tests
SOURCE
=
tests.c
$(
wildcard
test_
*
.c
)
OBJECTS
=
${SOURCE:.c=.o}
ZOSOURCE
=
$(
filter-out
../main.c,
$(
wildcard
../
*
.c
))
ZOSOURCE
=
$(
filter-out
../main.c,
$(
wildcard
../
*
.c
)
$(
wildcard
../synctex/
*
.c
)
)
ifneq
(${WITH_SQLITE},0)
INCS
+=
$(SQLITE_INC)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment