Licensing and Makefile standards

This commit is contained in:
DarkFeather
2017-06-19 16:36:22 -05:00
parent 15ea076efa
commit 429b7e7b0c
7 changed files with 123 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
LIST=arch-update clean-exim clean-exim-input close-guest fix-sound log-guest open-guest restart-service silent-guardian proxy simple-web
LOCATION=/root/bin
INSTALLER != curl -s https://aninix.net/foundation/installer-test.bash | /bin/bash
PERMISSION=0700
compile:
@echo Nothing to compile.
@@ -20,3 +21,6 @@ checkperm:
clean:
@echo Nothing to do.
diff:
for i in ${LIST}; do diff ./${i} ${LOCATION}/${i}; done