Skip to content

Commit

Permalink
Added scripts to remember convenient build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rehno-lindeque committed May 8, 2012
1 parent 2ec521f commit 9b6362e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compile-development.sh
@@ -0,0 +1 @@
cabal clean && cabal configure -f-production && cabal build
1 change: 1 addition & 0 deletions compile-production.sh
@@ -0,0 +1 @@
cabal clean && cabal configure -production && cabal build

0 comments on commit 9b6362e

Please sign in to comment.