aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42d5957..e48f3c3 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PARTS=memsetup.xex font_dl.xex client.xex
# remove the -a if using older versions of atasm
ATASM=atasm -s -a
-all: fnchat.xex
+all: clean fnchat.xex
fnchat.xex: $(PARTS)
cat $(PARTS) > fnchat.xex