mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-15 21:28:54 +00:00
moved marshaller lib files to new dir
This commit is contained in:
parent
d4a957fc03
commit
02f69dd2b2
3 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -37,8 +37,8 @@ obj/%.o: src/%.c obj
|
||||||
obj:
|
obj:
|
||||||
@mkdir -p obj
|
@mkdir -p obj
|
||||||
|
|
||||||
marshaller-demo: marshaller/gen/demo.tab.c marshaller/demo/demo.c marshaller/marshaller.c $(A_LIB_NAME)
|
marshaller-demo: marshaller/gen/demo.tab.c marshaller/demo/demo.c marshaller/lib/marshaller.c $(A_LIB_NAME)
|
||||||
$(CC) $(CFLAGS) -Imarshaller/demo/ -Isrc/ -Imarshaller/ -o $@ $^
|
$(CC) $(CFLAGS) -Imarshaller/demo/ -Isrc/ -Imarshaller/lib/ -o $@ $^
|
||||||
|
|
||||||
marshaller/gen/demo.tab.c: marshaller/demo/demo.h marshaller/marshaller-gen
|
marshaller/gen/demo.tab.c: marshaller/demo/demo.h marshaller/marshaller-gen
|
||||||
./marshaller/marshaller-gen -o $@ $<
|
./marshaller/marshaller-gen -o $@ $<
|
||||||
|
|
Loading…
Reference in a new issue