1
mirror of https://gitlab.com/commento/commento.git synced 2025-04-29 06:50:28 -04:00
commento/api/Makefile
2018-05-27 23:40:46 +05:30

14 lines
124 B
Makefile

SHELL = bash
implicit: devel
devel: build
prod: build
build:
go build -i -v -o build/commento-ce
clean:
rm -rf build