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