From b0d5c8e36a5784c4c259b3b52517fb54f20fa18b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 12 Feb 2018 13:05:54 +0100 Subject: Edit makefile to build and run c++ by default --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cedbfa9..a512699 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -all: - gradle build +all: runcpp java: gradle compileJava -- cgit v1.2.1