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
ruanhaishen
hiredis
Commits
67cf8224
Commit
67cf8224
authored
Jan 04, 2012
by
Pieter Noordhuis
Browse files
Require the static library to be up to date
parent
92e63243
Changes
1
Show whitespace changes
Inline
Side-by-side
test/Makefile
View file @
67cf8224
...
...
@@ -4,8 +4,11 @@ TESTS=test-format test-parser test-object test-handle
all
:
$(TESTS)
test-%
:
test-%.o
$(CC)
-o
$@
$(REAL_LDFLAGS)
$<
../
$(STLIBNAME)
../$(STLIBNAME)
:
cd
..
&&
$(MAKE)
$(STLIBNAME)
test-%
:
test-%.o ../$(STLIBNAME)
$(CC)
-o
$@
$(REAL_LDFLAGS)
$^
.c.o
:
$(CC)
-std
=
c99
-pedantic
-c
-O0
$(REAL_CFLAGS)
$<
...
...
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