diff --git a/.gitignore b/.gitignore index 259148fa..18d80f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ *.exe *.out *.app + +dist/ diff --git a/Makefile b/Makefile index d8126b9f..479e9df3 100644 --- a/Makefile +++ b/Makefile @@ -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