mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-15 05:08: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:
|
||||
@mkdir -p obj
|
||||
|
||||
marshaller-demo: marshaller/gen/demo.tab.c marshaller/demo/demo.c marshaller/marshaller.c $(A_LIB_NAME)
|
||||
$(CC) $(CFLAGS) -Imarshaller/demo/ -Isrc/ -Imarshaller/ -o $@ $^
|
||||
marshaller-demo: marshaller/gen/demo.tab.c marshaller/demo/demo.c marshaller/lib/marshaller.c $(A_LIB_NAME)
|
||||
$(CC) $(CFLAGS) -Imarshaller/demo/ -Isrc/ -Imarshaller/lib/ -o $@ $^
|
||||
|
||||
marshaller/gen/demo.tab.c: marshaller/demo/demo.h marshaller/marshaller-gen
|
||||
./marshaller/marshaller-gen -o $@ $<
|
||||
|
|
Loading…
Reference in a new issue