aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8b8276..cffc2bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
PROJECT_ROOT = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
-INPUTS = $(PROJECT_ROOT)c/win.c
+INPUTS = $(PROJECT_ROOT)c/main.c
+INPUTS += $(PROJECT_ROOT)c/common.c
+INPUTS += $(PROJECT_ROOT)c/listview.c
+INPUTS += $(PROJECT_ROOT)c/episodelistview.c
+INPUTS += $(PROJECT_ROOT)c/datalistview.c
INPUTS += resource.obj
INPUTS += $(PROJECT_ROOT)pl/track_episodes.pl
INPUTS += $(PROJECT_ROOT)pl/local_episodes.pl