Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    rffdd2b9 re5773c6  
    2929
    3030USPACE_PREFIX = ../..
    31 BINARY = tester
     31LIBS = $(LIBC_PREFIX)/libc.a
     32
     33OUTPUT = tester
    3234
    3335SOURCES = \
     
    3840        print/print3.c \
    3941        print/print4.c \
    40         print/print5.c \
    4142        console/console1.c \
    4243        stdio/stdio1.c \
     
    5051        ipc/connect.c \
    5152        loop/loop1.c \
    52         mm/malloc1.c \
    53         hw/serial/serial1.c
     53        mm/malloc1.c
    5454
    55 include $(USPACE_PREFIX)/Makefile.common
     55include ../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.