Skip to content

Commit

Permalink
Fix "make dist".
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemanett committed Nov 20, 2017
1 parent 82090f5 commit b2a00b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@
*.exe
*.out
*.app

dist/
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ include ../../plugin.mk


dist: all
mkdir -p dist/Fundamental
cp LICENSE* dist/Fundamental/
cp plugin.* dist/Fundamental/
cp -R res dist/Fundamental/
mkdir -p dist/BogaudioModules
cp LICENSE* dist/BogaudioModules/
cp plugin.* dist/BogaudioModules/
cp -R res dist/BogaudioModules/
rm dist/BogaudioModules/res/*-src.svg

0 comments on commit b2a00b6

Please sign in to comment.