From a25ed5051f0fb528b2c3044ca9598e94a11b4adb Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Mon, 15 Jul 2019 12:28:27 +0200
Subject: [PATCH] Set disk tool variables to defaults.
If the user fails to set the disk tool variable(s) he now doesn't get syntactically wrong commands but rather file-not-founds. Maybe he even chooses to drop tool(s) into the current directory or add the disk tool path(s) to the PATH variable...
---
apps/Makefile | 9 +++++++++
test/Makefile | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/apps/Makefile b/apps/Makefile
index 150da4a..0d03239 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -27,6 +27,15 @@ C64_DRIVERLIB = ../drivers/ip65_c64.lib
A2_DRIVERLIB = ../drivers/ip65_apple2.lib
ATR_DRIVERLIB = ../drivers/ip65_atari.lib
+# See http://vice-emu.sourceforge.net/
+C1541 ?= c1541
+
+# See https://applecommander.github.io/
+AC ?= ac.jar
+
+# See https://www.horus.com/~hias/atari/
+DIR2ATR ?= dir2atr
+
UDP =\
date65
diff --git a/test/Makefile b/test/Makefile
index ade6fef..cd10c21 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -25,6 +25,15 @@ else
VICDRIVERLIB = ../drivers/vic20rrnet.lib
endif
+# See http://vice-emu.sourceforge.net/
+C1541 ?= c1541
+
+# See https://applecommander.github.io/
+AC ?= ac.jar
+
+# See https://www.horus.com/~hias/atari/
+DIR2ATR ?= dir2atr
+
UDP =\
dns \
dottedquad \