mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Add mudge make target
This commit is contained in:
parent
2311e17cf1
commit
fb47d33699
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -5,6 +5,11 @@ debug:
|
|||
bin/build-gensite
|
||||
bin/gensite . www http://localhost:8000
|
||||
|
||||
mudge:
|
||||
@echo
|
||||
bin/build-gensite
|
||||
bin/gensite . www http://mudge:8000
|
||||
|
||||
ocean:
|
||||
@echo
|
||||
bin/build-gensite
|
||||
|
|
|
|||
Loading…
Reference in a new issue