This commit is contained in:
2023-03-22 14:00:58 -04:00
parent e66ebba7f9
commit 17d4590426
8 changed files with 177 additions and 7 deletions

View File

@@ -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
View File