From 22d1f1da1b481bafc7247f8e2531077a1cc34c20 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Wed, 10 Aug 2016 11:38:11 +0200
Subject: [PATCH] Minor style fix.
---
samples/Makefile | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/samples/Makefile b/samples/Makefile
index 00a9ce41d..3a60798da 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -35,26 +35,26 @@ else
endif
ifneq ($(filter disk samples.%,$(MAKECMDGOALS)),)
-TARGET_PATH := $(shell $(CL) --print-target-path)
+ TARGET_PATH := $(shell $(CL) --print-target-path)
-EMD := $(wildcard $(TARGET_PATH)/$(SYS)/drv/emd/*)
-MOU := $(wildcard $(TARGET_PATH)/$(SYS)/drv/mou/*)
-TGI := $(wildcard $(TARGET_PATH)/$(SYS)/drv/tgi/*)
+ EMD := $(wildcard $(TARGET_PATH)/$(SYS)/drv/emd/*)
+ MOU := $(wildcard $(TARGET_PATH)/$(SYS)/drv/mou/*)
+ TGI := $(wildcard $(TARGET_PATH)/$(SYS)/drv/tgi/*)
-# This one comes with VICE
-C1541 ?= c1541
+ # This one comes with VICE
+ C1541 ?= c1541
-# For this one see http://applecommander.sourceforge.net/
-AC ?= ac.jar
+ # For this one see http://applecommander.sourceforge.net/
+ AC ?= ac.jar
-# For this one see http://www.horus.com/~hias/atari/
-DIR2ATR ?= dir2atr
+ # For this one see http://www.horus.com/~hias/atari/
+ DIR2ATR ?= dir2atr
-DISK_c64 = samples.d64
-DISK_apple2 = samples.dsk
-DISK_apple2enh = samples.dsk
-DISK_atari = samples.atr
-DISK_atarixl = samples.atr
+ DISK_c64 = samples.d64
+ DISK_apple2 = samples.dsk
+ DISK_apple2enh = samples.dsk
+ DISK_atari = samples.atr
+ DISK_atarixl = samples.atr
endif
# --------------------------------------------------------------------------
--
2.39.5