This commit is contained in:
Simon Michael 2007-02-09 03:17:18 +00:00
parent 2e8665a4d6
commit 04a5f1632b

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
build:
ghc --make hledger.hs
clean:
rm -f *.o *.hi *~
Clean: clean
rm -f hledger