makefile
This commit is contained in:
parent
024b3311e0
commit
a52ce34748
36
Makefile
36
Makefile
@ -1,15 +1,15 @@
|
|||||||
# Autogenerated at 12.04.2023 19:04 using ./gen-makefile
|
# Autogenerated at 31.07.2024 23:40 using ./gen-makefile
|
||||||
.DEFAULT_GOAL := help
|
.DEFAULT_GOAL := help
|
||||||
|
|
||||||
#===============================================
|
#===============================================
|
||||||
# Scripts listed in ./install
|
# Scripts listed in ./install
|
||||||
#===============================================
|
#===============================================
|
||||||
|
|
||||||
##apache: Install apache2 (latest)
|
##apache2: Install apache2 (latest)
|
||||||
apache:
|
apache2:
|
||||||
@./install/apache
|
@./install/apache2
|
||||||
|
|
||||||
##apt: Install bunch of software from apt
|
##apt: Install software from apt
|
||||||
apt:
|
apt:
|
||||||
@./install/apt
|
@./install/apt
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ docker:
|
|||||||
dots:
|
dots:
|
||||||
@./install/dots
|
@./install/dots
|
||||||
|
|
||||||
##droidcam: Install droidcam v1.8.2
|
##droidcam: Install droidcam v1.9.0
|
||||||
droidcam:
|
droidcam:
|
||||||
@./install/droidcam
|
@./install/droidcam
|
||||||
|
|
||||||
@ -41,21 +41,21 @@ droidcam:
|
|||||||
droidcam-obs:
|
droidcam-obs:
|
||||||
@./install/droidcam-obs
|
@./install/droidcam-obs
|
||||||
|
|
||||||
##flameshot-build: [TODO] Build flameshot from src (latest)
|
##flameshot: Install flameshot (latest)
|
||||||
flameshot-build:
|
flameshot:
|
||||||
@./install/flameshot-build
|
@./install/flameshot
|
||||||
|
|
||||||
##git: Install git (latest)
|
##git: Install git (latest)
|
||||||
git:
|
git:
|
||||||
@./install/git
|
@./install/git
|
||||||
|
|
||||||
##golang: Install golang v1.18.3
|
##golang: Install golang v1.21.0
|
||||||
golang:
|
golang:
|
||||||
@./install/golang
|
@./install/golang
|
||||||
|
|
||||||
##grubc: Install grub-customizer (latest) + ppa
|
##grub-customizer: Install grub-customizer (latest + ppa)
|
||||||
grubc:
|
grub-customizer:
|
||||||
@./install/grubc
|
@./install/grub-customizer
|
||||||
|
|
||||||
##jbmono: Install JetBrains Mono fonts
|
##jbmono: Install JetBrains Mono fonts
|
||||||
jbmono:
|
jbmono:
|
||||||
@ -109,7 +109,7 @@ omz-clean:
|
|||||||
omz-fancy:
|
omz-fancy:
|
||||||
@./install/omz-fancy
|
@./install/omz-fancy
|
||||||
|
|
||||||
##openvpn: Install openvpn v2.5.8 (src)
|
##openvpn: Install openvpn v2.6.3 (src)
|
||||||
openvpn:
|
openvpn:
|
||||||
@./install/openvpn
|
@./install/openvpn
|
||||||
|
|
||||||
@ -242,10 +242,18 @@ phpstack: php phptools
|
|||||||
# Scripts listed in ./uninstall
|
# Scripts listed in ./uninstall
|
||||||
#===============================================
|
#===============================================
|
||||||
|
|
||||||
|
##/apache2: Uninstall apache2
|
||||||
|
/apache2:
|
||||||
|
@./uninstall/apache2
|
||||||
|
|
||||||
##/docker: Uninstall docker + ppa
|
##/docker: Uninstall docker + ppa
|
||||||
/docker:
|
/docker:
|
||||||
@./uninstall/docker
|
@./uninstall/docker
|
||||||
|
|
||||||
|
##/grub-customizer: Uninstall grub-customizer with ppa
|
||||||
|
/grub-customizer:
|
||||||
|
@./uninstall/grub-customizer
|
||||||
|
|
||||||
##/lite-xl: Uninstall lite-xl
|
##/lite-xl: Uninstall lite-xl
|
||||||
/lite-xl:
|
/lite-xl:
|
||||||
@./uninstall/lite-xl
|
@./uninstall/lite-xl
|
||||||
|
Loading…
Reference in New Issue
Block a user