mirror of
https://github.com/jaspervdj/patat.git
synced 2024-11-23 00:09:05 +03:00
13 lines
170 B
Makefile
13 lines
170 B
Makefile
extra/patat.1: README.md extra/make-man
|
|
./extra/make-man >$@
|
|
|
|
extra/make-man: extra/make-man.hs
|
|
ghc -o $@ $<
|
|
|
|
man: extra/patat.1
|
|
|
|
test:
|
|
bash test.sh
|
|
|
|
.PHONY: man test
|