From e19943ce4a8b0fc6a82f64cd5eaaf1d8bae75d09 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Fri, 28 Apr 2017 00:31:55 -0700 Subject: [PATCH] dump --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 277b52a..17c72c7 100644 --- a/Makefile +++ b/Makefile @@ -31,3 +31,5 @@ checkpoint: annotate_models: lapis annotate $$(find models -type f | grep moon$$) +dump.sql:: + pg_dump -U postgres ludumdare > dump.sql