Skip to content

Commit

Permalink
rename hello -> hmud, add default target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mklinik committed Feb 29, 2012
1 parent 7e513ea commit ed2c7de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
default: build test

build:
cabal build

test:
runhaskell Hmud/Test.hs

Expand Down
2 changes: 1 addition & 1 deletion hmud.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hello
name: hmud
version: 0.0.0
build-type: Simple
cabal-version: >= 1.6
Expand Down

0 comments on commit ed2c7de

Please sign in to comment.