aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-17 15:29:05 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-17 15:29:05 +0100
commit6c50f818e8a9f42921aa171e1d34265bb1f35985 (patch)
tree01f50138c38eedb354220a8826944bb9decfc9c3 /Makefile
parent8b450d317275072c10da567ac991e170d78cb320 (diff)
downloadEpisodeBrowser-6c50f818e8a9f42921aa171e1d34265bb1f35985.tar.gz
Small changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f1eb72..ff7123d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ ROOT = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
C = $(ROOT)c/main.c
OBJ != cd $(ROOT)c && ls *.c | grep -v main.c | sed 's/c$$/obj/'
OBJ += resource.obj
-PL += $(ROOT)pl/track_episodes.pl
+PL = $(ROOT)pl/track_episodes.pl
PL += $(ROOT)pl/local_episodes.pl
PL += $(ROOT)pl/episode_data.pl