Changeset ecf56f80 in mainline for tools/xcw/demo/Makefile
- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fff3c4
- Parents:
- 5fd05862
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-13 11:27:48)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/demo/Makefile
r5fd05862 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.