summaryrefslogtreecommitdiff
path: root/Base/home/anon/Source/little/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Base/home/anon/Source/little/Makefile')
-rw-r--r--Base/home/anon/Source/little/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/Source/little/Makefile b/Base/home/anon/Source/little/Makefile
index 7c29668846..53de0e50e3 100644
--- a/Base/home/anon/Source/little/Makefile
+++ b/Base/home/anon/Source/little/Makefile
@@ -1,5 +1,5 @@
PROGRAM = little
-OBJS = main.o
+OBJS = main.o other.o
CXXFLAGS = -g
all: $(PROGRAM)