That change avoids an error message when we "make clean" from the top-level make-file (it removes the tools before it cleans the samples).
LD := $(if $(wildcard ../bin/ld65*),../bin/ld65,ld65)
endif
+ifneq ($(filter disk samples.%,$(MAKECMDGOALS)),)
TARGET_PATH := $(shell $(CL) --print-target-path)
EMD := $(wildcard $(TARGET_PATH)/$(SYS)/drv/emd/*)
DISK_apple2enh = samples.dsk
DISK_atari = samples.atr
DISK_atarixl = samples.atr
+endif
# --------------------------------------------------------------------------
# System-dependent settings