diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3bef0f4 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + +dumpdb: + pg_dump -U gnuviech -h localhost -s -d -O gnuviechadmin > database.sql