summaryrefslogtreecommitdiffstatshomepage
path: root/dist.mak
diff options
context:
space:
mode:
author Westley M. Martinez <anikom15@gmail.com>2018-11-02 18:07:16 -0700
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-11-02 21:07:16 -0400
commit48f04b664c35671a4288a7c7186d293c3d09ad1d (patch)
tree8487fe8ec564712746fa2b245d25ddcb64b53475 /dist.mak
parente430c4d97e0e4a0e3a76a464bea6352cfb46ee44 (diff)
Add ini/examples to dist.mak (#4234)
Diffstat (limited to 'dist.mak')
-rw-r--r--dist.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.mak b/dist.mak
index 6b893e876d9..d2a0a0d41a2 100644
--- a/dist.mak
+++ b/dist.mak
@@ -102,7 +102,7 @@ BINDIR := build/$(PROJECTTYPE)/bin/$(BUILDARCH)/$(BUILDVARIANT)
STAGEDIR := build/release/$(BUILDARCH)/$(BUILDVARIANT)/$(TARGET)
BINARIES = $(MAINBIN) castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav romcmp unidasm
-SIMPLE_DIRS := ctrlr docs/man docs/swlist hash ini/presets nl_examples
+SIMPLE_DIRS := ctrlr docs/man docs/swlist hash ini/examples ini/presets nl_examples
LOCALISATIONS := $(wildcard language/*/*.mo)
COPIED_FILES := uismall.bdf roms/dir.txt $(foreach DIR,$(SIMPLE_DIRS),$(wildcard $(DIR)/*)) language/LICENSE language/README.md $(LOCALISATIONS)
CREATED_DIRS := docs ini roms $(SIMPLE_DIRS) language $(dir $(LOCALISATIONS))