From 15d6ba73c7e21b2c12142c91da500a7888e5f1f1 Mon Sep 17 00:00:00 2001 From: SatoMew Date: Sat, 29 Aug 2020 10:25:59 +0100 Subject: Preserve original line breaks in the Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63b631c..a3811b7 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,9 @@ $(BUILD)/gfx/sgb/corrupted_b1e3.2bpp: tools/gfx += --trim-whitespace $(BUILD)/gfx/sgb/sgb_border_silver.2bpp: tools/gfx += --trim-whitespace $(BUILD)/gfx/trainer_card/leaders.2bpp: tools/gfx += --trim-whitespace + $(BUILD)/gfx/trainer_gear/town_map.2bpp: tools/gfx += --trim-trailing + $(BUILD)/gfx/minigames/slots.2bpp: tools/gfx += --trim-whitespace $(BUILD)/gfx/minigames/poker.2bpp: tools/gfx += --trim-whitespace -- cgit v1.2.3