summaryrefslogtreecommitdiff
path: root/uisimulator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/Makefile')
-rw-r--r--uisimulator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/Makefile b/uisimulator/Makefile
index a2212e0d46..27dad9f178 100644
--- a/uisimulator/Makefile
+++ b/uisimulator/Makefile
@@ -43,7 +43,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES)
43#SRCS = $(wildcard *.c) 43#SRCS = $(wildcard *.c)
44 44
45SRCS = screenhack.c uibasic.c resources.c visual.c lcd.c lcd-x11.c \ 45SRCS = screenhack.c uibasic.c resources.c visual.c lcd.c lcd-x11.c \
46 button-x11.c chartables.c tetris.c 46 button-x11.c chartables.c tetris.c app.c
47 47
48OBJS := $(SRCS:c=o) 48OBJS := $(SRCS:c=o)
49 49