diff options
author | John Ankarström <john@ankarstrom.se> | 2022-02-17 15:29:05 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-02-17 15:29:05 +0100 |
commit | 6c50f818e8a9f42921aa171e1d34265bb1f35985 (patch) | |
tree | 01f50138c38eedb354220a8826944bb9decfc9c3 /Makefile | |
parent | 8b450d317275072c10da567ac991e170d78cb320 (diff) | |
download | EpisodeBrowser-6c50f818e8a9f42921aa171e1d34265bb1f35985.tar.gz |
Small changes.
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 |