esv v3
This commit is contained in:
@@ -111,9 +111,9 @@ distclean_pkg() {
|
||||
# These should not be modified unless adding support for custom funtions
|
||||
|
||||
case $1 in
|
||||
help) # Put a list of all available tasks here
|
||||
showhelp) # Put a list of all available tasks here
|
||||
#printf "make - compile program\n"
|
||||
#printf "install - install program\n"
|
||||
printf "install - install every tool under this repository\n"
|
||||
#printf "clean - clean all files generated by make\n"
|
||||
#printf "distclean - clean all files not in the source tree\n"
|
||||
#exit 0
|
||||
@@ -134,8 +134,8 @@ case $1 in
|
||||
distclean_pkg "$@"
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
printf "emk ${red}ERR${reset} | no such task exists\n"
|
||||
exit 1
|
||||
;;
|
||||
#*)
|
||||
# printf "emk ${red}ERR${reset} | no such task exists\n"
|
||||
# exit 1
|
||||
#;;
|
||||
esac
|
||||
|
||||
0
install/install.conf
Normal file
0
install/install.conf
Normal file
Reference in New Issue
Block a user