Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
dfb3a0f8
Commit
dfb3a0f8
authored
Mar 08, 2018
by
Albert Gräf
Browse files
Fix in make clean target.
parent
639077f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dfb3a0f8
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment