aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 16:29:59 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 16:29:59 +0100
commit52fb337856497cb151081f3738e7cfa4bc2883bd (patch)
tree3309edbd0834bf90a5635b93038d1d088224e96e /Makefile
parent09ec144a99f1234a37d04854bdfb81485540be97 (diff)
downloadEpisodeBrowser-52fb337856497cb151081f3738e7cfa4bc2883bd.tar.gz
Rework list view code.
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