12 lines
112 B
Makefile
12 lines
112 B
Makefile
build:
|
|
ghc --make hledger.hs
|
|
|
|
Tags:
|
|
hasktags *hs
|
|
|
|
clean:
|
|
rm -f *.o *.hi *~
|
|
|
|
Clean: clean
|
|
rm -f hledger TAGS
|