Skip to content

Commit

Permalink
BLD: Update Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jun 18, 2024
1 parent 51d452f commit 3948851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ clean:
make -C src clean
make -C include clean
make -C stdlib clean
make -C py/src/pycodata clean
make -C py clean
fpm clean --all
rm -rf API-doc/*
3 changes: 0 additions & 3 deletions py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ clean:
rm -rf __pycache__
rm -rf wheelhouse
rm -rf $(PY_SRC)/__pycache__

cleanall: clean

rm -f $(PY_SRC)/$(NAME)*.h
rm -f $(PY_SRC)/*.a
rm -f $(PY_SRC)/*.so
Expand Down
3 changes: 2 additions & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@
library_dirs=library_dirs,
runtime_library_dirs=runtime_library_dirs,
extra_objects=extra_objects)
setup(ext_modules=[mod_constants_latest, mod_constants_2018, mod_constants_2014, mod_constants_2010, mod_version])
setup(version=version,
ext_modules=[mod_constants_latest, mod_constants_2018, mod_constants_2014, mod_constants_2010, mod_version])

0 comments on commit 3948851

Please sign in to comment.