From d677dbead66c2c52c2ffc51a64ece0a06114d2ad Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 10 Feb 2018 14:41:49 +0100 Subject: Switch to gradle, update gitignore --- Makefile | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13da9d5..b038e89 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,2 @@ -MAINCLASS := Subconscious - -run: build - cd bin && java $(MAINCLASS) - -pack: build - echo "Main-Class: $(MAINCLASS)" > jar/manifest.txt - jar cvfm jar/$(MAINCLASS).jar jar/manifest.txt -C bin/ . - -build: dirs - javac -d bin/ src/*.java - -dirs: - mkdir -p src bin jar - -clean: - rm jar/* - rm bin/* +all: + gradle run -- cgit v1.2.1