minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-01-28 21:58:56 +03:00
parent 25f895aaf0
commit 903cec53c0

View File

@ -430,7 +430,7 @@ doc: $(DOC_FILES)
.PHONY: dev .PHONY: dev
dev: ## Build the development environment dev: ## Build the development environment
dev: $(NODE_DIR) css dev: $(JS_FILES) $(NODE_DIR) css
.PHONY: dist .PHONY: dist