mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Added 3ds in help, fixed the pimp
This commit is contained in:
1
Makefile
1
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:
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user