Commit 280c0904 authored by Julien Jerphanion's avatar Julien Jerphanion

Delete generated files before building

parent 4689a19c
......@@ -8,7 +8,7 @@ EXT_SUFFIX := $(shell python3 -c "import sysconfig; print(sysconfig.get_config_v
EXT = $(EXE)$(EXT_SUFFIX)
# Build with Python runtime
all: $(EXT)
all: clean $(EXT)
$(EXT): setup.py
@echo "[Cython Compiling $^ -> $@]"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment