Skip to content

Commit

Permalink
Make clean to delete all cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Jan 27, 2019
1 parent 758e493 commit e7d95fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -17,7 +17,9 @@ release:
.PHONY: clean
clean:
cd src/core; $(CARGO) clean
rm -rf ~/.cache/common-lisp/

.PHONY: test
test:
test: debug
cd src/core; $(CARGO) test
cd src/cl-wheatnnleek-cffi/; rove cl-wheatnnleek-cffi.asd
cd src/cl-wheatnnleek-cffi/; rove cl-wheatnnleek-cffi.asd

0 comments on commit e7d95fc

Please sign in to comment.