mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api: add Makefile
This commit is contained in:
13
api/Makefile
Normal file
13
api/Makefile
Normal 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
|
Reference in New Issue
Block a user