diff options
Diffstat (limited to 'source/ucli/Makefile')
| -rw-r--r-- | source/ucli/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/ucli/Makefile b/source/ucli/Makefile index 7b5fd9a..a13b2d0 100644 --- a/source/ucli/Makefile +++ b/source/ucli/Makefile @@ -5,7 +5,9 @@ OBJECTS=$(SOURCES:.cc=.o) CFLAGS=-g -O0 INCLUDES=-I/usr/include/elf -LIBS=-lunwind-x86_64 -lunwind -lelf -ldwarf -ldw +LIBS=-lunwind-x86_64 -lunwind -lelf + +#-ldwarf -ldw %.o: %.cc $(CXX) $(CFLAGS) $(INCLUDES) -c $< -o $@ |
