SHELL = bash

implicit: devel

devel: build

prod: build

build:
	go build -i -v -o build/commento-ce

clean:
	rm -rf build
