mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-07 10:55:54 +00:00
11 lines
130 B
Makefile
11 lines
130 B
Makefile
all: compile
|
|
|
|
compile:
|
|
@echo
|
|
./bin/compile.sh
|
|
|
|
publish: compile
|
|
@echo
|
|
./bin/publish.sh --delete www/
|
|
|
|
.PHONY: compile publish
|