Changeset c631734 in mainline for uspace/lib/pcut/Makefile
- Timestamp:
- 2017-11-07T23:14:00Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cecba66e
- Parents:
- b8d4af4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/Makefile
rb8d4af4b rc631734 35 35 all-test: $(SELF_TESTS) 36 36 37 test-libpcut-%: $( OUTPUT)38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $( OUTPUT)$(BASE_LIBS)37 test-libpcut-%: $(LIBRARY).a 38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(LIBRARY).a $(BASE_LIBS) 39 39
Note:
See TracChangeset
for help on using the changeset viewer.