aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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