mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
12 lines
116 B
Makefile
12 lines
116 B
Makefile
build:
|
|
ghc --make -O2 hledger.hs
|
|
|
|
Tags:
|
|
hasktags *hs
|
|
|
|
clean:
|
|
rm -f *.o *.hi *~
|
|
|
|
Clean: clean
|
|
rm -f hledger TAGS
|