diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..197b3099158fe1eaa9207f8432e3a62d824c19e0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+build:
+	gradle createJar
+install:
+	echo "installing to local probcli/lib folder:"
+	mv build/libs/tlc4b-1.0.*.jar ../../prob_prolog/lib/TLC4B.jar 
\ No newline at end of file