From 4d2bb7f4095cc2e9ad01a542eaba1028e0f5c158 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 3 Jun 2015 23:54:32 +0200 Subject: [PATCH] Corrected bug in make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*"