summaryrefslogtreecommitdiff
path: root/filesystem.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem.mk')
-rw-r--r--filesystem.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/filesystem.mk b/filesystem.mk
index cdeb51c0..b2e4c596 100644
--- a/filesystem.mk
+++ b/filesystem.mk
@@ -295,3 +295,8 @@ files/poketool/personal/wotbl.narc: files/poketool/personal/wotbl.json files/pok
$(JSONPROC) $^ $(@:%.narc=%.c)
$(CC) $(CFLAGS) -c -o $(@:%.narc=%.o) $(@:%.narc=%.c)
$(O2NARC) $(@:%.narc=%.o) $@
+
+files/poketool/personal/evo.narc: files/poketool/personal/evo.json files/poketool/personal/evo.json.txt
+ $(JSONPROC) $^ $(@:%.narc=%.c)
+ $(CC) $(CFLAGS) -c -o $(@:%.narc=%.o) $(@:%.narc=%.c)
+ $(O2NARC) $(@:%.narc=%.o) $@