1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

Makefile: make devel the default target

This commit is contained in:
Adhityaa
2018-06-11 01:19:41 +05:30
parent 60ad11bdcb
commit 95d80927b2
2 changed files with 4 additions and 4 deletions

View File

@ -11,12 +11,12 @@ GO_DEVEL_BUILD_BINARY = $(GO_DEVEL_BUILD_DIR)/commento-ce
GO_PROD_BUILD_DIR = $(PROD_BUILD_DIR)
GO_PROD_BUILD_BINARY = $(GO_PROD_BUILD_DIR)/commento-ce
test: test-go
devel: devel-go
prod: prod-go
test: test-go
clean:
rm -rf $(BUILD_DIR)