diff --git a/Makefile b/Makefile deleted file mode 100644 index 60aaccf..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PKGDIR=mkessler/university-setup - -install: - mkdir -p /etc/opt/${PKGDIR}/ - mkdir -p /opt/${PKGDIR}/ - cp -r config/. /etc/opt/${PKGDIR}/ - cp -r src/. /opt/${PKGDIR} - -uninstall: - rm -rf /etc/opt/${PKGDIR}/ - rm -rf /opt/${PKGDIR}