aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b8aa9a..01e1b8f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ PARTS=memsetup.xex font_dl.xex client.xex
ATASM=atasm -s -a
all: clean fnchat.xex
+ cp fnchat.xex /var/tnfs/
fnchat.xex: $(PARTS)
cat $(PARTS) > fnchat.xex