mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-03 10:41:26 +00:00
When cleaning, removed *~ files in Master/ and Instance/ as well
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12316 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
681412849e
commit
23e587e99a
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ uninstall:
|
||||||
rm -f $(makedir)/$(GNUSTEP_TARGET_DIR)/config.make
|
rm -f $(makedir)/$(GNUSTEP_TARGET_DIR)/config.make
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ which_lib$(EXEEXT)
|
rm -f *~ which_lib$(EXEEXT) Master/*~ Instance/*~
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f GNUmakefile config.make config.h
|
rm -f GNUmakefile config.make config.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue