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