Changeset 7fa5c19 for protocols/twitter
- Timestamp:
- 2012-02-11T12:55:45Z (13 years ago)
- Branches:
- master
- Children:
- eb54f56
- Parents:
- 23445b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/Makefile
r23445b6 r7fa5c19 8 8 9 9 -include ../../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)protocols/twitter/10 ifdef _SRCDIR_ 11 _SRCDIR_ := $(_SRCDIR_)protocols/twitter/ 12 12 endif 13 13 … … 36 36 $(objects): ../../Makefile.settings Makefile 37 37 38 $(objects): %.o: $( SRCDIR)%.c38 $(objects): %.o: $(_SRCDIR_)%.c 39 39 @echo '*' Compiling $< 40 40 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.