aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b038e89..cedbfa9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,15 @@
all:
+ gradle build
+
+java:
+ gradle compileJava
+
+runjava: java
gradle run
+
+
+cpp:
+ gradle mainExecutable
+
+runcpp: cpp
+ ./build/exe/main/main