Fix some text

content/index.md: Add fuz wiki
Makefile: make now does only init config and build
.gitignore: ignoring some file manage by GNU/Make
Readme.md: Add doc for make
Readme.md: Add Deploiment section
This commit is contained in:
aa infosec 2022-04-27 10:44:13 +02:00
parent 9cd876d440
commit 3cac00323a
4 changed files with 25 additions and 6 deletions

View file

@ -1,6 +1,6 @@
include var.mk
all: init config build run
all: init config build
init:
touch .gitmodules
@ -39,5 +39,5 @@ help:
@echo make run
@echo make clean
@echo make mrproper
@echo make => init config build run
@echo make => init config build
@echo make help