makefile updated
This commit is contained in:
parent
c261d62b36
commit
4670ee9b57
18
Makefile
18
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
|
.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/
|
||||||
@%:
|
@%:
|
||||||
|
@ -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/$*
|
||||||
@%:
|
@%:
|
||||||
|
Loading…
Reference in New Issue
Block a user