Makefile: oof, big oof
This commit is contained in:
parent
6c0a8d7034
commit
a5ec7b5e5d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ SOURCE_MAGIC = $(TEST_DIRECTORY)/elixir
|
|||
|
||||
priv/apprentice: src/apprentice.c
|
||||
mkdir -p priv
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LDLIBS) $^ -o $@
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) -o $@
|
||||
|
||||
# Test case
|
||||
|
||||
|
|
Loading…
Reference in a new issue