mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
Makefile
Version:1.2.14
This commit is contained in:
parent
44a27ce079
commit
1a32c9d811
@ -4,7 +4,7 @@ HAS_CYTHON=$(shell which cython &> /dev/null && echo 1 || echo 0)
|
||||
ifeq ($(HAS_CYTHON),0)
|
||||
|
||||
irpf90.exe:
|
||||
cp irpf90_python.exe irpf90.exe
|
||||
cp -f irpf90_python.exe irpf90.exe
|
||||
|
||||
else
|
||||
|
||||
@ -20,4 +20,4 @@ irpf90.c: irpf90.py
|
||||
endif
|
||||
|
||||
clean:
|
||||
rm *.c *.so *.pyc 2>/dev/null
|
||||
rm -f *.c *.so *.pyc *.pyo 2>/dev/null
|
||||
|
@ -1 +1 @@
|
||||
version = "1.2.13"
|
||||
version = "1.2.14"
|
||||
|
Loading…
Reference in New Issue
Block a user