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