From 96eaff11bd7ff4b548714554ae57eb10fdff6efd Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@cs.uni-duesseldorf.de>
Date: Tue, 15 Jan 2019 17:02:06 +0100
Subject: [PATCH] add Makefile as a reminder of what to call in gradle

---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..197b309
--- /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
-- 
GitLab