Changes in protocols/twitter/Makefile [f60079b:1b221e0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/Makefile
rf60079b r1b221e0 8 8 9 9 -include ../../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)protocols/twitter/12 endif13 10 14 11 # [SH] Program variables … … 36 33 $(objects): ../../Makefile.settings Makefile 37 34 38 $(objects): %.o: $(SRCDIR)%.c35 $(objects): %.o: %.c 39 36 @echo '*' Compiling $< 40 37 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.