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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user