diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2020-08-29 10:25:59 +0100 |
|---|---|---|
| committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-08-29 10:25:59 +0100 |
| commit | 15d6ba73c7e21b2c12142c91da500a7888e5f1f1 (patch) | |
| tree | 05cc2497d834f52d7d748f5e150389903eab3944 /Makefile | |
| parent | 2bf30e571aa8d7268250a845784098df4c30f531 (diff) | |
Preserve original line breaks in the Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
