Skip to content
Snippets Groups Projects
Commit a86de77b authored by Albert Gräf's avatar Albert Gräf
Browse files

Fix an editing blunder which broke incremental builds, and add removal of the...

Fix an editing blunder which broke incremental builds, and add removal of the build dir to the clean target in the toplevel Makefile.
parent a4853d16
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ clean:
cd Gem/src/ && rm -rf ./.libs && rm -rf ./*/.libs
cd Gem/ && test -f Makefile && make distclean || true
cd Gem/ && rm -f gemglutwindow.pd_linux Gem.pd_linux
rm -rf packages/*/build/
realclean:
# This requires a working copy of the git repo.
......
......@@ -299,8 +299,8 @@ then
cp ../../pd/src/m_pd.h ../../externals/build/include
cp ../../pd/src/s_stuff.h ../../externals/build/include
cp ../../pd/src/g_all_guis.h ../../externals/build/include
rm -rf build/
fi
rm -rf build/
if [ $rpi -eq 0 ]
then
echo "installing desktop version..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment