aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-07 04:19:09 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-07 04:19:09 -0500
commite520ac355f841c34438c8d3819b9905e55de2471 (patch)
tree0f00d7aad6f7d299c4798f4e155b9ba858ade2ce /Makefile
parent3ea71335da53364aa228a2066da31f8a14cfebe5 (diff)
downloadtaipan-e520ac355f841c34438c8d3819b9905e55de2471.tar.gz
fix buglet in checkmem, add fenders target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43954c4..8167510 100644
--- a/Makefile
+++ b/Makefile
@@ -120,9 +120,15 @@ tags:
# The above is fast & easy, but from time to time it's necessary
# to test slow loading, make sure the title screen stuff works OK.
-testatr: taipan.atr
+dos2: taipan.atr
atari800 -nobasic -nopatch taipan.atr
+fenders: all
+ cp taipan.xex TAIPAN
+ cp fenders.atr.in fenders.atr
+ axe -w TAIPAN fenders.atr
+ atari800 -nopatch fenders.atr
+
taipan.atr: all
cp ~/dos_20s.atr taipan.atr
cp taipan.xex AUTORUN.SYS