forked from jeanjack/fuz.web
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:
parent
9cd876d440
commit
3cac00323a
4 changed files with 25 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue