Skip to content

Commit 323afc5

Browse files
committed
Remove the redundant build.sh script
It's better to simply use the Makefile.
1 parent 156f364 commit 323afc5

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ to clojars:
347347

348348
Or alternatively run
349349

350-
`./build.sh install`
350+
`make install`
351351

352-
`./build.sh deploy clojars`
352+
`make deploy`
353353

354354
build.sh cleans, runs source-deps with the right parameters, runs the tests and then runs the provided lein target.
355355

build.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)