fixes bug in Makefile

This commit is contained in:
overflowerror 2021-05-06 11:52:37 +02:00
parent 02804efa4c
commit c89a02ae6a

View file

@ -62,7 +62,7 @@ marshaller-demo: gen/demo.tab.c demo/marshaller.c $(A_LIB_NAME)
$(CC) $(CFLAGS) -Isrc/ -Idemo/ -Isrc/ -o $@ $^
gen/demo.tab.c: demo/demo.h $(MARSHALLER_GEN)
$(MARSHALLER_GEN) -o $@ $<
./$(MARSHALLER_GEN) -o $@ $<
json-test: test/json.c $(A_LIB_NAME)