Skip to content

Commit

Permalink
Update Makefile for pymorloc
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Jan 3, 2025
1 parent 1b5316c commit 492f856
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions data/lang/py/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This is a self-deleting Makefile. On success, only the .so file remains.

PYTHON=python3

all:
${PYTHON} setup.py build_ext --inplace
python3 setup.py build_ext --inplace
cp -fs pymorloc.cpython* pymorloc
rm -rf build pymorloc.c setup.py makefile

0 comments on commit 492f856

Please sign in to comment.