mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
delete lib dir in clean target
This commit is contained in:
parent
d6c9d3c2d0
commit
93a4702de9
6
makefile
6
makefile
@ -1624,7 +1624,7 @@ tarball:
|
||||
@echo "creating build/avian-$(version).tar.bz2"
|
||||
@mkdir -p build
|
||||
(cd .. && tar --exclude=build --exclude=cmake-build --exclude=distrib \
|
||||
--exclude='.*' --exclude='*~' \
|
||||
--exclude=lib --exclude='.*' --exclude='*~' \
|
||||
-cjf avian/build/avian-$(version).tar.bz2 avian)
|
||||
|
||||
.PHONY: clean-current
|
||||
@ -1634,8 +1634,8 @@ clean-current:
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@echo "removing build"
|
||||
rm -rf build cmake-build distrib
|
||||
@echo "removing build directories"
|
||||
rm -rf build cmake-build distrib lib
|
||||
|
||||
ifeq ($(continuations),true)
|
||||
$(build)/compile-x86-asm.o: $(src)/continuations-x86.$(asm-format)
|
||||
|
Loading…
Reference in New Issue
Block a user