diff --git a/Makefile b/Makefile index 98b27c7..8c4ec52 100644 --- a/Makefile +++ b/Makefile @@ -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 #=============================================== @@ -57,11 +57,15 @@ golang: grubc: @./install/grubc +##jbmono: Install JetBrains Mono fonts +jbmono: + @./install/jbmono + ##kde-appmenu: Install KDE Window AppMenu Applet kde-appmenu: @./install/kde-appmenu -##kde-backports: Install KDE Backports + ppa +##kde-backports: Install KDE Backports kde-backports: @./install/kde-backports @@ -169,6 +173,10 @@ syncthing: telebit: @./install/telebit +##telegram: Install telegram (latest) +telegram: + @./install/telegram + ##ulauncher: Install ulauncher (latest) + ppa ulauncher: @./install/ulauncher @@ -181,7 +189,7 @@ vivaldi: wine: @./install/wine -##youtube-dl: Install youtube-dl +##youtube-dl: Install youtube-dl (src) youtube-dl: @./install/youtube-dl @@ -202,7 +210,7 @@ zsh: # Scripts listed in ./packs #=============================================== -##flameshot: [TODO] qt5 + flameshot from source +##flameshot: [TODO] [PACK] qt5 + flameshot from source flameshot: qt5 flameshot-build ##lamp: [PACK] Apache + php + mariadb @@ -271,7 +279,7 @@ help: Makefile @echo "\nAvailable GOALs:" @sed -n 's/^##//p' $< | column -ts ':' | sed -e "s/^/\t/" +%: - @ + @make ^%: @./upgrade/ @%: diff --git a/gen-makefile b/gen-makefile index 6e616db..e0cbb7a 100755 --- a/gen-makefile +++ b/gen-makefile @@ -87,7 +87,7 @@ help: Makefile @echo "\nAvailable GOALs:" @sed -n 's/^##//p' $< | column -ts ':' | sed -e "s/^/\t/" +%: - @$(MAKE) $* + @make $* ^%: @./upgrade/$* @%: