From d653054d980db55fb12f3413b20509324778de84 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Wed, 1 Jun 2016 23:48:09 +0200
Subject: [PATCH] Allow usage of C1541 environment variable.
---
samples/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/Makefile b/samples/Makefile
index 5a75c7f4b..df8aab38e 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -56,7 +56,7 @@ LD = ../bin/ld65
endif
# This one comes with VICE
-C1541 = c1541
+C1541 ?= c1541
# --------------------------------------------------------------------------
# System-dependent settings
--
2.39.5