makefile updated

This commit is contained in:
Anthony Axenov 2023-04-12 17:03:00 +08:00
parent c261d62b36
commit 4670ee9b57
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
2 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Autogenerated at 01.02.2023 22:27 using ./gen-makefile # Autogenerated at 12.04.2023 17:02 using ./gen-makefile
.DEFAULT_GOAL := help .DEFAULT_GOAL := help
#=============================================== #===============================================
@ -57,11 +57,15 @@ golang:
grubc: grubc:
@./install/grubc @./install/grubc
##jbmono: Install JetBrains Mono fonts
jbmono:
@./install/jbmono
##kde-appmenu: Install KDE Window AppMenu Applet ##kde-appmenu: Install KDE Window AppMenu Applet
kde-appmenu: kde-appmenu:
@./install/kde-appmenu @./install/kde-appmenu
##kde-backports: Install KDE Backports + ppa ##kde-backports: Install KDE Backports
kde-backports: kde-backports:
@./install/kde-backports @./install/kde-backports
@ -169,6 +173,10 @@ syncthing:
telebit: telebit:
@./install/telebit @./install/telebit
##telegram: Install telegram (latest)
telegram:
@./install/telegram
##ulauncher: Install ulauncher (latest) + ppa ##ulauncher: Install ulauncher (latest) + ppa
ulauncher: ulauncher:
@./install/ulauncher @./install/ulauncher
@ -181,7 +189,7 @@ vivaldi:
wine: wine:
@./install/wine @./install/wine
##youtube-dl: Install youtube-dl ##youtube-dl: Install youtube-dl (src)
youtube-dl: youtube-dl:
@./install/youtube-dl @./install/youtube-dl
@ -202,7 +210,7 @@ zsh:
# Scripts listed in ./packs # Scripts listed in ./packs
#=============================================== #===============================================
##flameshot: [TODO] qt5 + flameshot from source ##flameshot: [TODO] [PACK] qt5 + flameshot from source
flameshot: qt5 flameshot-build flameshot: qt5 flameshot-build
##lamp: [PACK] Apache + php + mariadb ##lamp: [PACK] Apache + php + mariadb
@ -271,7 +279,7 @@ help: Makefile
@echo "\nAvailable GOALs:" @echo "\nAvailable GOALs:"
@sed -n 's/^##//p' $< | column -ts ':' | sed -e "s/^/\t/" @sed -n 's/^##//p' $< | column -ts ':' | sed -e "s/^/\t/"
+%: +%:
@ @make
^%: ^%:
@./upgrade/ @./upgrade/
@%: @%:

View File

@ -87,7 +87,7 @@ help: Makefile
@echo "\nAvailable GOALs:" @echo "\nAvailable GOALs:"
@sed -n 's/^##//p' $< | column -ts ':' | sed -e "s/^/\t/" @sed -n 's/^##//p' $< | column -ts ':' | sed -e "s/^/\t/"
+%: +%:
@$(MAKE) $* @make $*
^%: ^%:
@./upgrade/$* @./upgrade/$*
@%: @%: