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
Add `make dist`
tags/v0.4.0
Andrew Belt
7 years ago
parent
18b0c1de22
commit
f93a31dffb
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
Makefile
+ 7
- 0
Makefile
View File
@@ -2,3 +2,10 @@
SOURCES = $(wildcard src/*.cpp) kissfft/kiss_fft.c
include ../../plugin.mk
dist:
mkdir -p dist/Fundamental
cp LICENSE* dist/Fundamental/
cp plugin.* dist/Fundamental/
cp -R res dist/Fundamental/
Write
Preview
Loading…
Cancel
Save