summaryrefslogtreecommitdiff
path: root/source/ucli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'source/ucli/Makefile')
-rw-r--r--source/ucli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ucli/Makefile b/source/ucli/Makefile
index dd0bf10..ae7625d 100644
--- a/source/ucli/Makefile
+++ b/source/ucli/Makefile
@@ -1,6 +1,6 @@
OUTPUT_DIR ?= .
TARGET_EXE=ucli
-SOURCES=ucli.cc ucli-lib.cc unwind.cc symbol.cc accessors.cc elf.cc
+SOURCES=ucli.cc ucli-lib.cc unwind.cc symbol.cc accessors.cc elf.cc helpfun.cc
OBJECTS=$(SOURCES:.cc=.o)
CFLAGS=-g -O0