Changes in uspace/app/taskdump/Makefile [3698e44:336db295] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskdump/Makefile
r3698e44 r336db295 29 29 USPACE_PREFIX = ../.. 30 30 LIBS = $(LIBC_PREFIX)/libc.a 31 EXTRA_CFLAGS = -Iinclude32 31 33 32 OUTPUT = taskdump 34 33 35 34 SOURCES = \ 36 taskdump.c \ 37 symtab.c 35 taskdump.c 38 36 39 37 include ../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.