From 1d619bf30b4f0dd3493e420286741c563aed679d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 31 Dec 2015 01:10:52 -0800 Subject: Add Makefile Create a `run` task that runs the development server after sourcing the required configuration variables from the `.env` file. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7d73ac4 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +run: + source .env && bundle exec rails server -- cgit v1.2.3