mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-12-22 04:13:34 +01:00
Version 1.3.2
This commit is contained in:
parent
9970cb0dbf
commit
ade8367e05
3
Makefile
3
Makefile
@ -28,12 +28,13 @@ include make.config
|
||||
.PHONY: default clean veryclean archive
|
||||
|
||||
default: make.config
|
||||
cd src && BUILD_SYSTEM=make $(MAKE)
|
||||
cd src $(MAKE)
|
||||
|
||||
clean:
|
||||
- bash -c "[[ -f lib/libezfio.a ]] && rm $$PWD/lib/*"
|
||||
- bash -c "[[ -f Python/ezfio.py ]] && rm $$PWD/Python/*"
|
||||
- bash -c "[[ -f Ocaml/ezfio.ml ]] && rm $$PWD/Ocaml/*"
|
||||
- bash -c "[[ -f Bash/ezfio.sh ]] && rm $$PWD/Bash/*"
|
||||
- $(MAKE) -C $$PWD/src veryclean
|
||||
|
||||
archive: distclean
|
||||
|
Loading…
Reference in New Issue
Block a user