diff --git a/backend/Makefile b/backend/Makefile index 2bd6895..db8094c 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -59,9 +59,5 @@ backup: # Restore with: # gzip -cd BACKUP_FILE.sql.gz | sqlite3 $(DB_FILE) -# Format -fmt: - $(GOCMD) fmt ./... - # Default target default: build