Browse Source

Add `make dist`

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
f93a31dffb
1 changed files with 7 additions and 0 deletions
  1. +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/

Loading…
Cancel
Save