summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index d3b446f..7e61941 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -75,7 +75,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c settings.c
-APPS = main.c tree.c play.c menu.c credits.c main_menu.c\
+APPS = main.c tree.c menu.c credits.c main_menu.c\
playlist.c showtext.c wps.c
MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
@@ -188,9 +188,6 @@ $(OBJDIR)/wps.o: $(APPDIR)/wps.c
$(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
$(CC) $(APPCFLAGS) -c $< -o $@
-$(OBJDIR)/play.o: $(APPDIR)/play.c
- $(CC) $(APPCFLAGS) -c $< -o $@
-
$(OBJDIR)/tree.o: $(APPDIR)/tree.c
$(CC) $(APPCFLAGS) -c $< -o $@