This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
remove kiss_fft build from Makefile
It is not included in this repository.
pull/2/head
be_
7 years ago
parent
f93a31dffb
commit
ae514568e4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -1,5 +1,5 @@
SOURCES = $(wildcard src/*.cpp)
kissfft/kiss_fft.c
SOURCES = $(wildcard src/*.cpp)
include ../../plugin.mk
include ../../plugin.mk
Write
Preview
Loading…
Cancel
Save