1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

api: add Makefile

This commit is contained in:
Adhityaa
2018-04-16 21:19:28 +05:30
parent 050ec10b36
commit 1ceac9bbf3
+13
View File
@@ -0,0 +1,13 @@
SHELL = bash
implicit: devel
devel: build
prod: build
build:
go build -i -v -o build/commento-ce
clean:
rm -rf build