We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a24f1 commit 66de474Copy full SHA for 66de474
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: clean-pyc clean-build docs clean
2
3
PYTHON ?= python
4
-SOURCES = src/_rtmidi.cpp src/RtMidi.cpp
+SOURCES = src/_rtmidi.pyx src/rtmidi/RtMidi.cpp
5
6
help:
7
@echo "build - build extension module (and place it in the rtmidi package)"
0 commit comments