Corrected bug in make

This commit is contained in:
Anthony Scemama 2015-06-03 23:54:32 +02:00
parent e44be24888
commit 4d2bb7f409
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ include make.config
.PHONY: default clean veryclean archive configure
default: make.config
$(MAKE) -C $$PWD/src
cd src && $(MAKE)
clean:
- bash -c "[[ -f lib/libezfio.a ]] && rm $$PWD/lib/*"