Changes in tools/xcw/demo/Makefile [3875f106:ecf56f80] in mainline
- File:
-
- 1 edited
-
tools/xcw/demo/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/demo/Makefile
r3875f106 recf56f80 57 57 58 58 $(output): $(objects) 59 $( LD) -o $@ $^ $(LIBS)59 $(CC) -o $@ $^ $(LIBS) 60 60 61 61 %.o: %.c
Note:
See TracChangeset
for help on using the changeset viewer.
