diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |