aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 446f281..56ab242 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ $(error Please specify a supported architecture)
endif
ifeq ($(INCLUDE_DEMO),1)
-OBJECTS += demo.o
+OBJECTS += demo/demo.o
endif
all: $(TARGET)