Fixed gen-makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -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/$*
|
||||
|
||||
Reference in New Issue
Block a user