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
Rishabh Gupta
purr-data
Commits
c1d1e9f2
Commit
c1d1e9f2
authored
Mar 11, 2018
by
Albert Gräf
Browse files
Exclude pd/nw/nw from make realclean, so that we don't have to re-download the nw.js sdk each time.
parent
5d065c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c1d1e9f2
...
...
@@ -97,7 +97,7 @@ realclean:
@test
-d
.git
||
(echo
"Not a git repository, bailing out."
&&
false)
git
submodule
deinit
--all
-f
git
checkout
.
git
clean
-dffx
git
clean
-dffx
-e
pd/nw/nw/
# Installation targets. These don't work on Mac and Windows right now, you
# should use the generated installers on these systems instead. Also,
...
...
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