Skip to content

Commit

Permalink
Updates makefile for production usage
Browse files Browse the repository at this point in the history
  • Loading branch information
frio committed Sep 8, 2012
1 parent 8bf0fe6 commit 4f2565f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cabal-dev/
dist/
build/
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SHELL=/bin/bash

setup:
mkdir build
mkdir -p dist/build/static/{css,js,img}
Expand All @@ -18,6 +20,7 @@ devel:
prod:
cabal-dev build

refresh:
update:
git pull
...

refresh: update prod static

0 comments on commit 4f2565f

Please sign in to comment.