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
|
||||
|
||||
#===============================================
|
||||
# Scripts listed in ./install
|
||||
#===============================================
|
||||
|
||||
##apache: Install apache2 (latest)
|
||||
apache:
|
||||
@./install/apache
|
||||
##apache2: Install apache2 (latest)
|
||||
apache2:
|
||||
@./install/apache2
|
||||
|
||||
##apt: Install bunch of software from apt
|
||||
##apt: Install software from apt
|
||||
apt:
|
||||
@./install/apt
|
||||
|
||||
@ -33,7 +33,7 @@ docker:
|
||||
dots:
|
||||
@./install/dots
|
||||
|
||||
##droidcam: Install droidcam v1.8.2
|
||||
##droidcam: Install droidcam v1.9.0
|
||||
droidcam:
|
||||
@./install/droidcam
|
||||
|
||||
@ -41,21 +41,21 @@ droidcam:
|
||||
droidcam-obs:
|
||||
@./install/droidcam-obs
|
||||
|
||||
##flameshot-build: [TODO] Build flameshot from src (latest)
|
||||
flameshot-build:
|
||||
@./install/flameshot-build
|
||||
##flameshot: Install flameshot (latest)
|
||||
flameshot:
|
||||
@./install/flameshot
|
||||
|
||||
##git: Install git (latest)
|
||||
git:
|
||||
@./install/git
|
||||
|
||||
##golang: Install golang v1.18.3
|
||||
##golang: Install golang v1.21.0
|
||||
golang:
|
||||
@./install/golang
|
||||
|
||||
##grubc: Install grub-customizer (latest) + ppa
|
||||
grubc:
|
||||
@./install/grubc
|
||||
##grub-customizer: Install grub-customizer (latest + ppa)
|
||||
grub-customizer:
|
||||
@./install/grub-customizer
|
||||
|
||||
##jbmono: Install JetBrains Mono fonts
|
||||
jbmono:
|
||||
@ -109,7 +109,7 @@ omz-clean:
|
||||
omz-fancy:
|
||||
@./install/omz-fancy
|
||||
|
||||
##openvpn: Install openvpn v2.5.8 (src)
|
||||
##openvpn: Install openvpn v2.6.3 (src)
|
||||
openvpn:
|
||||
@./install/openvpn
|
||||
|
||||
@ -242,10 +242,18 @@ phpstack: php phptools
|
||||
# Scripts listed in ./uninstall
|
||||
#===============================================
|
||||
|
||||
##/apache2: Uninstall apache2
|
||||
/apache2:
|
||||
@./uninstall/apache2
|
||||
|
||||
##/docker: Uninstall docker + ppa
|
||||
/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
|
||||
|
Loading…
Reference in New Issue
Block a user