index
:
miaowe.git
mistress
IRC nuisance bot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 0ea3d7bd932d77fa9b1268cdf294cb9ebcaf1607 (
plain
)
1
2
3
4
5
SRCS := miaowe.hs TARGET := miaowe $(TARGET): $(SRCS) ghc -g -o $(TARGET) $(SRCS)