Changes in protocols/yahoo/Makefile [f60079b:fc5cf88]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/Makefile
rf60079b rfc5cf88 8 8 9 9 -include ../../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)protocols/yahoo/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.