From dbcd2ecd22d96dc554713e9a24793763628f913e Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Thu, 16 Jan 2020 01:33:23 -0600
Subject: [PATCH] Change Makefile to installer shell script

---
 hpvm/Makefile  | 2 --
 hpvm/install.h | 3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)
 delete mode 100644 hpvm/Makefile
 create mode 100644 hpvm/install.h

diff --git a/hpvm/Makefile b/hpvm/Makefile
deleted file mode 100644
index a4dab2b242..0000000000
--- a/hpvm/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-all:
-	/bin/bash llvm_installer/llvm_installer.sh
diff --git a/hpvm/install.h b/hpvm/install.h
new file mode 100644
index 0000000000..359f3d8837
--- /dev/null
+++ b/hpvm/install.h
@@ -0,0 +1,3 @@
+
+# Run installer script
+/bin/bash llvm_installer/llvm_installer.sh
-- 
GitLab