aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf1378c..d016e10 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PARTS=memsetup.xex font_dl.xex client.xex
+PARTS=config/config.xex memsetup.xex font_dl.xex client.xex
TESTXEX=fnchat-$(shell date +%Y%m%d-%H%M).xex
@@ -16,6 +16,9 @@ client.xex: client
client:
$(MAKE) -f Makefile.client
+config/config.xex:
+ $(MAKE) -C config
+
clean:
rm -f $(PARTS) *.o
$(MAKE) -f Makefile.client clean