Fixed gen-makefile

This commit is contained in:
2022-07-04 22:22:05 +08:00
parent 317f635b91
commit 47c1e6d40b
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
# Autogenerated at 04.07.2022 22:11 using ./gen-makefile.sh
# Autogenerated at 04.07.2022 22:16 using ./gen-makefile.sh
##lamp: Apache + php + mariadb
lamp: apache php mariadb
##apache: Install apache2 (latest)
apache:
./install/apache
@@ -111,4 +112,4 @@ help: Makefile
##<goal>_: Same as 'cat ./install/<goal>.sh'
%_:
@cat ./install/$*.sh
@cat ./install/$*