Skip to content

Commit

Permalink
Update makefile for haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseR committed Sep 9, 2010
1 parent 228f3d5 commit 9a2bcfe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
@@ -1,9 +1,10 @@
CPPFLAGS=-g
PREFIX=$(HOME)

all: battery

battery: battery.cpp
battery: Battery
cp Battery battery

Battery: Battery.hs
ghc --make Battery.hs

install: battery
install battery $(PREFIX)/bin/
Expand Down

0 comments on commit 9a2bcfe

Please sign in to comment.