1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

Makefile: fix target typo

This commit is contained in:
Adhityaa
2018-06-04 13:52:06 +05:30
parent 71f8653bd6
commit 44e6d2bc8e
+1 -1
View File
@@ -23,7 +23,7 @@ devel-db: $(DB_DEVEL_BUILD_FILES)
$(DB_DEVEL_BUILD_FILES): $(DB_DEVEL_BUILD_DIR)/%.sql: $(DB_SRC_DIR)/%.sql
cp $^ $@;
prod-templates: $(DB_PROD_BUILD_FILES)
prod-db: $(DB_PROD_BUILD_FILES)
$(DB_PROD_BUILD_FILES): $(DB_PROD_BUILD_DIR)/%.sql: $(DB_SRC_DIR)/%.sql
cp $^ $@;