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