mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +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"
|
@echo "creating build/avian-$(version).tar.bz2"
|
||||||
@mkdir -p build
|
@mkdir -p build
|
||||||
(cd .. && tar --exclude=build --exclude=cmake-build --exclude=distrib \
|
(cd .. && tar --exclude=build --exclude=cmake-build --exclude=distrib \
|
||||||
--exclude='.*' --exclude='*~' \
|
--exclude=lib --exclude='.*' --exclude='*~' \
|
||||||
-cjf avian/build/avian-$(version).tar.bz2 avian)
|
-cjf avian/build/avian-$(version).tar.bz2 avian)
|
||||||
|
|
||||||
.PHONY: clean-current
|
.PHONY: clean-current
|
||||||
@ -1634,8 +1634,8 @@ clean-current:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@echo "removing build"
|
@echo "removing build directories"
|
||||||
rm -rf build cmake-build distrib
|
rm -rf build cmake-build distrib lib
|
||||||
|
|
||||||
ifeq ($(continuations),true)
|
ifeq ($(continuations),true)
|
||||||
$(build)/compile-x86-asm.o: $(src)/continuations-x86.$(asm-format)
|
$(build)/compile-x86-asm.o: $(src)/continuations-x86.$(asm-format)
|
||||||
|
Loading…
Reference in New Issue
Block a user