From efd5be4c2395892d8d6e968fb119bb8c61fab262 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Tue, 14 Jul 2020 17:04:30 +0200 Subject: [PATCH] [build] Added 3ds in help, fixed the pimp --- Makefile | 1 + build/pimp.mak | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0aa466c3f..7587d6b06 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ help: @echo " make PLATFORM=simulator TARGET=macos" @echo " make PLATFORM=simulator TARGET=web" @echo " make PLATFORM=simulator TARGET=windows" + @echo " make PLATFORM=simulator TARGET=3ds" .PHONY: doc doc: diff --git a/build/pimp.mak b/build/pimp.mak index 4488eefce..db88c7458 100644 --- a/build/pimp.mak +++ b/build/pimp.mak @@ -2,11 +2,11 @@ ifndef NO_PIMP PLS_IGNORE := $(shell >&2 printf "\e[91m\e[1m ____ \n") -PLS_IGNORE := $(shell >&2 printf " / __ \\____ ___ ___ ____ _____ _ \n") -PLS_IGNORE := $(shell >&2 printf " / / / / __ \`__ \\/ _ \\/ __ \`/ __ \`/ \n") -PLS_IGNORE := $(shell >&2 printf " / /_/ / / / / / / __/ /_/ / /_/ / \n") -PLS_IGNORE := $(shell >&2 printf " \\____/_/ /_/ /_/\\___/\\__, /\\__,_/ \n") -PLS_IGNORE := $(shell >&2 printf " /____/ \n") +PLS_IGNORE := $(shell >&2 printf "\e[91m\e[1m / __ \\____ ___ ___ ____ _____ _ \n") +PLS_IGNORE := $(shell >&2 printf "\e[91m\e[1m / / / / __ \`__ \\/ _ \\/ __ \`/ __ \`/ \n") +PLS_IGNORE := $(shell >&2 printf "\e[91m\e[1m / /_/ / / / / / / __/ /_/ / /_/ / \n") +PLS_IGNORE := $(shell >&2 printf "\e[91m\e[1m \\____/_/ /_/ /_/\\___/\\__, /\\__,_/ \n") +PLS_IGNORE := $(shell >&2 printf "\e[91m\e[1m /____/ \n") PLS_IGNORE := $(shell >&2 printf "\e[33m - Omega does what Epsilon't \e[0m\n") PLS_IGNORE := $(shell >&2 printf "\n") PLS_IGNORE := $(shell >&2 printf "\e[32mBuilding O$(OMEGA_VERSION)-E$(EPSILON_VERSION)\n")