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=bell bigorlittle compare-directories compress-all diff-args expand-all logged-shell standardize-folder whatismyip new-irssi-config replicate-ssh-profiles
LOCATION=/usr/local/bin
INSTALLER != curl -s https://aninix.net/foundation/installer-test.bash | /bin/bash
PERMISSION=0755
compile:
@echo Nothing to compile.
@@ -21,3 +22,6 @@ checkperm:
clean:
@echo Nothing to do.
diff:
for i in ${LIST}; do diff ./$$i ${LOCATION}/$$i; done