Changeset c2c4127 in mainline for uspace/lib/pcut/Makefile
- Timestamp:
- 2018-07-11T16:55:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2eadda9
- Parents:
- 2d56e2e
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-10 19:09:09)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-11 16:55:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/Makefile
r2d56e2e rc2c4127 36 36 37 37 test-libpcut-%: $(LIBRARY).a 38 $(CC) $(CFLAGS) $(LDFLAGS) -T $(LINKER_SCRIPT) -o $@ $(START UP) $^ $(LIBRARY).a $(BASE_LIBS)38 $(CC) $(CFLAGS) $(LDFLAGS) -T $(LINKER_SCRIPT) -o $@ $(START_FILES) $^ $(LIBRARY).a $(BASE_LIBS) 39 39
Note:
See TracChangeset
for help on using the changeset viewer.