From: Oliver Schmidt Date: Wed, 1 Jun 2016 21:48:09 +0000 (+0200) Subject: Allow usage of C1541 environment variable. X-Git-Tag: V2.16~121 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d653054d980db55fb12f3413b20509324778de84;p=cc65 Allow usage of C1541 environment variable. --- 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