mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-12-22 04:13:34 +01:00
Cleaned build
This commit is contained in:
parent
c70b96dd58
commit
bb8975215d
8
Makefile
8
Makefile
@ -25,7 +25,7 @@
|
||||
include version
|
||||
include make.config
|
||||
|
||||
.PHONY: default clean distclean archive configure
|
||||
.PHONY: default clean veryclean archive configure
|
||||
|
||||
default: make.config
|
||||
$(MAKE) -C $$PWD/src
|
||||
@ -47,3 +47,9 @@ archive: distclean
|
||||
make.config:
|
||||
python configure.py
|
||||
|
||||
veryclean:
|
||||
$(MAKE) -C src veryclean
|
||||
rm -f make.config
|
||||
rm -f Ocaml/ezfio.ml
|
||||
rm -f Python/ezfio.py
|
||||
rm -f lib/{libezfio.a,libezfio_irp.a}
|
||||
|
Loading…
Reference in New Issue
Block a user