Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
2c74c1f8
Commit
2c74c1f8
authored
Mar 09, 2018
by
Albert Gräf
Browse files
Fix up realclean target so that it also removes files in .gitignore.
parent
5097a10c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2c74c1f8
...
...
@@ -68,14 +68,11 @@ clean:
cd
Gem/
&&
rm
-f
gemglutwindow.pd_linux Gem.pd_linux
realclean
:
# git clean doesn't see these, but we need to get rid of them to prevent
# subsequent mysterious build failures
rm
-rf
pd/lib
$(addprefix
externals/disis/,
flext/configure
stk/configure)
# The rest requires a working copy of the git repo.
# This requires a working copy of the git repo.
@test
-d
.git
||
(echo
"Not a git repository, bailing out."
&&
false)
git
submodule
deinit
--all
-f
git
checkout
.
git
clean
-dff
git
clean
-dff
x
# Build a self-contained distribution tarball (snapshot). This is pretty much
# the same as in debuild/Makefile and must be run in a working copy of the git
...
...
Write
Preview
Markdown
is supported
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