incooperate changes from Cson

This commit is contained in:
overflowerror 2021-05-05 22:47:22 +02:00
parent e1955df2eb
commit e1f2af780d
2 changed files with 6 additions and 6 deletions

2
Cson

@ -1 +1 @@
Subproject commit b4ae51cabecf12e692e054ebe59fcea17e19015a
Subproject commit ae0fda3384acfbaeda11bd62ef8c073aeee5afaf

View file

@ -39,7 +39,7 @@ $(CFLOOR_LIB):
$(MAKE) -C CFloor/ libcfloor.a
$(CSON_LIB):
$(MAKE) -C Cson/ marshaller-lib
$(MAKE) -C Cson/ libcson.a
-include $(DEPS)
@ -52,14 +52,14 @@ obj/%.o: src/%.c obj
obj:
@mkdir -p obj
Cson/marshaller/marshaller-gen:
$(MAKE) -C Cson/marshaller/ marshaller-gen
Cson/marshaller-gen:
$(MAKE) -C Cson/ marshaller-gen
obj/entities.tab.o: obj/entities.tab.c
$(CC) $(CFLAGS) -MMD -c -o $@ $<
obj/entities.tab.c: demo/entities.h Cson/marshaller/marshaller-gen
./Cson/marshaller/marshaller-gen -o $@ $<
obj/entities.tab.c: demo/entities.h Cson/marshaller-gen
./Cson/marshaller-gen -o $@ $<
clean:
@echo "Cleaning up..."