diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-12 13:05:54 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-12 13:05:54 +0100 |
commit | b0d5c8e36a5784c4c259b3b52517fb54f20fa18b (patch) | |
tree | 6eb5d94015e11a149eabc484bb1829dd379b44c3 /Makefile | |
parent | Add more events and fix typos in comments (diff) | |
download | Subconscious-old-b0d5c8e36a5784c4c259b3b52517fb54f20fa18b.tar.gz Subconscious-old-b0d5c8e36a5784c4c259b3b52517fb54f20fa18b.zip |
Edit makefile to build and run c++ by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ -all: - gradle build +all: runcpp java: gradle compileJava |