boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

Fix Makefile for boot/base having switched from maven to lein #754

Closed RadicalZephyr closed 3 years ago

RadicalZephyr commented 4 years ago

Fixes the problems with the Makefile targets clean and install.

Description

Currently the makefile has not been updated to reflect the fact that boot/base has been migrated to be built using lein rather than maven. As a result it errors when invoked with either of these tasks. This PR fixes that by replacing the mvn invocations with equivalent leininvocations.

How Has This Been Tested?

I ran make clean and make install and saw that they both completed successfully.

Types of changes

Checklist: