We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50e86 commit 8b839cbCopy full SHA for 8b839cb
lantern-server/lantern/Makefile
@@ -11,7 +11,7 @@ srcfiles += ../lib/Gist/src/fft/WindowFunctions.cpp
11
srcfiles += $(shell find ../lib/Gist/src/mfcc -name "*.cpp")
12
srcfiles += $(shell find ../lib/Gist/src/onset-detection-functions -name "*.cpp")
13
srcfiles += $(shell find ../lib/Gist/src/pitch -name "*.cpp")
14
-srcfiles += $(shell find ../lib/Gist/src -name "*.cpp")
+srcfiles += ../lib/Gist/src/Gist.cpp
15
16
objects := $(patsubst %.cpp, %.o, $(srcfiles))
17
0 commit comments