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