10
0
mirror of https://gitlab.com/scemama/EZFIO.git synced 2024-06-01 02:45:21 +02:00

Corrected bug in make

This commit is contained in:
Anthony Scemama 2015-06-03 23:54:32 +02:00
parent e44be24888
commit 4d2bb7f409

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/*"