Update Readme

This commit is contained in:
Andros Fenollosa
2019-08-05 10:32:59 +02:00
parent a7ffaf6cd8
commit 481e0d8b35
2 changed files with 32 additions and 1 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
.DEFAULT_GOAL := build
build:
make check
lein codox
lein uberjar
check:
lein cljfmt check
clj-kondo --lint src
lein kibit