Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/clip/Makefile

    r1b1164e8 re5773c6  
    2929
    3030USPACE_PREFIX = ../..
    31 BINARY = clip
     31LIBS = $(LIBC_PREFIX)/libc.a
     32
     33OUTPUT = clip
    3234
    3335SOURCES = \
    3436        clip.c
    3537
    36 include $(USPACE_PREFIX)/Makefile.common
     38include ../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.