Changeset 82d9087 in mainline for uspace/lib/pcut/Makefile
- Timestamp:
- 2018-08-01T20:20:52Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b10ae36
- Parents:
- f787c8e
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-01 20:20:43)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-01 20:20:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/Makefile
rf787c8e r82d9087 36 36 37 37 test-libpcut-%: $(LIBRARY).a 38 $(CC) $(CFLAGS) $(LDFLAGS) - T $(LINKER_SCRIPT) -o $@ $(START_FILES) $^ $(LIBRARY).a $(BASE_LIBS)38 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(START_FILES) $^ $(LIBRARY).a $(BASE_LIBS) 39 39
Note:
See TracChangeset
for help on using the changeset viewer.