diff --git a/Makefile b/Makefile index 73e9bfb..b1f3e47 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,9 @@ superuser: .PHONY: reset_db rewrite_migrations reset_db: - case "$(KERS_DB_BACKEND)" in \ + @case "$(KERS_DB_BACKEND)" in \ mysql) printf "Please drop your MySQL/MariaDB tables and press enter"; read; ;; \ - sqlite3) rm -f "$(SQLITE_FILE)"; ;; \ + sqlite3) echo 'rm -f "$(KERS_SQLITE_FILE)"'; rm -f "$(KERS_SQLITE_FILE)"; ;; \ esac make migrate rewrite_migrations: