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