Changes in protocols/Makefile [f60079b:fc5cf88]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
rf60079b rfc5cf88 8 8 9 9 -include ../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)protocols/12 endif13 10 14 11 # [SH] Program variables … … 52 49 $(objects): ../Makefile.settings Makefile 53 50 54 $(objects): %.o: $(SRCDIR)%.c51 $(objects): %.o: %.c 55 52 @echo '*' Compiling $< 56 53 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.