Changeset 508bc3a4 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2014-04-11T08:30:52Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eeb23f2d
Parents:
d848752
Message:

Add missing PCUT clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rd848752 r508bc3a4  
    208208        TEST_CFLAGS = -I$(LIB_PREFIX)/pcut/include -D__helenos__
    209209        TEST_OUTPUT_LIBS = $(LIB_PREFIX)/pcut/libpcut.a
     210        EXTRA_CLEAN += $(TEST_OUTPUT) $(TEST_OUTPUT).map
    210211ifneq ($(LIBRARY),)
    211212        TEST_OUTPUT_LIBS += $(OUTPUT)
Note: See TracChangeset for help on using the changeset viewer.