mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Fix the Makefile
This commit is contained in:
parent
c8dc29a511
commit
ca145962cc
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -1,14 +1,14 @@
|
|||
all: blog
|
||||
|
||||
blog:
|
||||
blog: sitegen
|
||||
@echo
|
||||
./bin/compile . www
|
||||
|
||||
publish: compile
|
||||
publish: blog
|
||||
@echo
|
||||
./bin/publish --delete
|
||||
|
||||
publish_beta: compile
|
||||
publish_beta: blog
|
||||
@echo
|
||||
./bin/publish --beta --delete
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ sitegen:
|
|||
@echo
|
||||
./bin/build-sitegen
|
||||
|
||||
test:
|
||||
test: sitegen
|
||||
@echo
|
||||
./bin/test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue