diff --git a/Makefile b/Makefile index 7b83dae..6c5b4a1 100644 --- a/Makefile +++ b/Makefile @@ -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/*"