Makefile: fix target typo

This commit is contained in:
Adhityaa
2018-06-05 13:52:29 +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 $^ $@;