Licensing and Makefile standards
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user