From 748f6fa0f48d4782195be88a068525c0a833fb8d Mon Sep 17 00:00:00 2001 From: Ueda Naoaki Date: Sun, 7 May 2023 19:12:27 +0900 Subject: Remove a useless target --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 2e8b85a..a8212f5 100644 --- a/Makefile +++ b/Makefile @@ -88,12 +88,6 @@ deploy: guard-sync && echo 'info: You need to create a file `$(deploy-once-file)` to deploy for once or `$(deploy-always-file)` for skipping this confirmation every time.' rm -f $(deploy-once-file) -%.replaced.sql: %.sql - perl -pe " \ - s|$(SITE_URL_PATTERN)|$(LOCAL_URL)|g; \ - s|$(REMOTE_DOCROOT_PATH)|$(LOCAL_DOCROOT)|g; \ - " $< > $@ - %.sql.imported: %.sql | wait-db-start cat "$^" | $(DOCKER_COMPOSE) exec -T -- db sh -c 'mysql --user $$MYSQL_USER -p$$MYSQL_PASSWORD $$MYSQL_DATABASE' touch $@ -- cgit v1.2.3-54-g00ecf