Skip to content

Commit 66de474

Browse files
committed
Fix source file paths in Makefile
Signed-off-by: Christopher Arndt <[email protected]>
1 parent c5a24f1 commit 66de474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: clean-pyc clean-build docs clean
22

33
PYTHON ?= python
4-
SOURCES = src/_rtmidi.cpp src/RtMidi.cpp
4+
SOURCES = src/_rtmidi.pyx src/rtmidi/RtMidi.cpp
55

66
help:
77
@echo "build - build extension module (and place it in the rtmidi package)"

0 commit comments

Comments
 (0)