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:
4
Makefile
4
Makefile
@ -28,12 +28,12 @@ DB_DEVEL_ROOT_DIR = $(DEVEL_BUILD_DIR)/db
|
||||
DB_PROD_BUILD_DIR = $(DB_BUILD_DIR)/$(PROD_BUILD_DIR)
|
||||
DB_PROD_ROOT_DIR = $(PROD_BUILD_DIR)/db
|
||||
|
||||
test: api
|
||||
|
||||
devel: frontend api templates db devel-copy
|
||||
|
||||
prod: frontend api templates db prod-copy
|
||||
|
||||
test: api
|
||||
|
||||
# TODO: This can probably be written better: instead of explicitly defining
|
||||
# each target subdirectory, define them at the top and automatically do stuff.
|
||||
|
||||
|
Reference in New Issue
Block a user