aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cf01f8d..ec4d009 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,9 @@ test: all
disktest: disk
atari800 drive1.atr
+tnfs: all
+ sh tnfs.sh dla.xex dla2csv.xex
+
%.xex: %.s
$(CL65) $(CL65FLAGS) -t none -o $@ $<