From 4e1daeeb4e4f8db3f1e8b74f2bcc7367bb8bb8e5 Mon Sep 17 00:00:00 2001 From: Charadon Date: Sat, 10 Sep 2022 16:15:52 -0400 Subject: Updated README --- Makefile | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 5a0147d..0000000 --- a/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Alternative GNU Make workspace makefile autogenerated by Premake - -ifndef config - config=release -endif - -ifndef verbose - SILENT = @ -endif - -ifeq ($(config),release) - Pong_config = release - -else - $(error "invalid configuration $(config)") -endif - -PROJECTS := Pong - -.PHONY: all clean help $(PROJECTS) - -all: $(PROJECTS) - -Pong: -ifneq (,$(Pong_config)) - @echo "==== Building Pong ($(Pong_config)) ====" - @${MAKE} --no-print-directory -C . -f Pong.make config=$(Pong_config) -endif - -clean: - @${MAKE} --no-print-directory -C . -f Pong.make clean - -help: - @echo "Usage: make [config=name] [target]" - @echo "" - @echo "CONFIGURATIONS:" - @echo " release" - @echo "" - @echo "TARGETS:" - @echo " all (default)" - @echo " clean" - @echo " Pong" - @echo "" - @echo "For more information, see https://github.com/premake/premake-core/wiki" \ No newline at end of file -- cgit 1.4.1-2-gfad0