Merge pull request #118 from cedwards/115-Makefile-fix

reverting Makefile; resolves #115
This commit is contained in:
Christer Edwards
2020-02-01 09:08:40 -07:00
committed by GitHub

View File

@@ -6,8 +6,6 @@ install:
@echo "Installing Bastille"
@echo
@cp -av usr /
@test -d /usr/local/bastille || mkdir /usr/local/bastille
@chmod 0750 /usr/local/bastille
@echo
@echo "This method is for testing / development."