Changes in uspace/srv/clip/Makefile [1b1164e8:e5773c6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/clip/Makefile
r1b1164e8 re5773c6 29 29 30 30 USPACE_PREFIX = ../.. 31 BINARY = clip 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = clip 32 34 33 35 SOURCES = \ 34 36 clip.c 35 37 36 include $(USPACE_PREFIX)/Makefile.common38 include ../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.