Differences From Artifact [7cb5c594ef]:
- File Makefile — part of check-in [f3c0a33c84] at 2014-09-10 07:29:12 on branch trunk — Updated to string-ify Tcl script using "sed" (user: rkeene, size: 1209) [annotate] [blame] [check-ins using]
To Artifact [bfa3d240c3]:
- File Makefile — part of check-in [ce18c8a9b9] at 2014-09-10 07:33:42 on branch trunk — Removed extraneous reference to stringify (user: rkeene, size: 1195) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | appfsd: appfsd.o $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o appfsd appfsd.o $(LIBS) appfsd.o: appfsd.c appfsd.tcl.h $(CC) $(CPPFLAGS) $(CFLAGS) -o appfsd.o -c appfsd.c |
︙ |