Makefile.

This commit is contained in:
Jonathan Bernard 2023-04-23 21:46:27 -05:00
parent 6bbcd9b6a3
commit 3f1efe9e85

15
Makefile Normal file
View File

@ -0,0 +1,15 @@
.PHONY.: test
test:
nimble test
.PHONY.: build
build: test
nimble build
.PHONY.: install
install: test
nimble install
diagrams: doc/vcard3.mmd doc/vcard4.mmd
mmdc -i doc/vcard3.mmd -o doc/vcard3.png
mmdc -i doc/vcard4.mmd -o doc/vcard4.png