diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
