mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2025-01-03 01:55:44 +01:00
Corrected bug in make
This commit is contained in:
parent
e44be24888
commit
4d2bb7f409
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ include make.config
|
|||||||
.PHONY: default clean veryclean archive configure
|
.PHONY: default clean veryclean archive configure
|
||||||
|
|
||||||
default: make.config
|
default: make.config
|
||||||
$(MAKE) -C $$PWD/src
|
cd src && $(MAKE)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
- bash -c "[[ -f lib/libezfio.a ]] && rm $$PWD/lib/*"
|
- bash -c "[[ -f lib/libezfio.a ]] && rm $$PWD/lib/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user