commento/api/Makefile

14 lines
124 B
Makefile
Raw Normal View History

2018-04-16 23:49:28 +08:00
SHELL = bash
implicit: devel
devel: build
prod: build
build:
go build -i -v -o build/commento-ce
clean:
rm -rf build