mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-15 21:28:54 +00:00
fixes bug in Makefile
This commit is contained in:
parent
02804efa4c
commit
c89a02ae6a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -62,7 +62,7 @@ marshaller-demo: gen/demo.tab.c demo/marshaller.c $(A_LIB_NAME)
|
||||||
$(CC) $(CFLAGS) -Isrc/ -Idemo/ -Isrc/ -o $@ $^
|
$(CC) $(CFLAGS) -Isrc/ -Idemo/ -Isrc/ -o $@ $^
|
||||||
|
|
||||||
gen/demo.tab.c: demo/demo.h $(MARSHALLER_GEN)
|
gen/demo.tab.c: demo/demo.h $(MARSHALLER_GEN)
|
||||||
$(MARSHALLER_GEN) -o $@ $<
|
./$(MARSHALLER_GEN) -o $@ $<
|
||||||
|
|
||||||
|
|
||||||
json-test: test/json.c $(A_LIB_NAME)
|
json-test: test/json.c $(A_LIB_NAME)
|
||||||
|
|
Loading…
Reference in a new issue