Changeset a05ec66 in mainline for uspace/lib/pcut/Makefile
- Timestamp:
- 2018-05-25T15:42:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a57fa32
- Parents:
- 774aa332
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-05-25 15:42:06)
- git-committer:
- GitHub <noreply@…> (2018-05-25 15:42:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/Makefile
r774aa332 ra05ec66 36 36 37 37 test-libpcut-%: $(LIBRARY).a 38 $(CC) $(CFLAGS) $(LDFLAGS) - T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(LIBRARY).a $(BASE_LIBS)38 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(STARTUP_OBJECT) $^ $(LIBRARY).a $(BASE_LIBS) 39 39
Note:
See TracChangeset
for help on using the changeset viewer.