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

Fix in make clean target.

parent 639077f5
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ checkout:
git submodule update --init
clean:
test $os == "osx" && make -C packages/darwin_app clean || true
test "$(shell uname -s)" = "Darwin" && make -C packages/darwin_app clean || true
cd pd/src && aclocal && autoconf && make clean || true
cd externals/miXed && make clean || true
cd Gem/src/ && test -f Makefile && make distclean || true
......
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