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