mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Make the $(OBJDIR) go away on clean-local.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
60ab140298
commit
83cbcb9250
@ -694,6 +694,7 @@ endif
|
|||||||
|
|
||||||
# 'make clean' nukes the tree
|
# 'make clean' nukes the tree
|
||||||
clean-local::
|
clean-local::
|
||||||
|
$(VERB) $(RM) -rf $(OBJDIR)
|
||||||
$(VERB) $(RM) -f core core.[0-9][0-9]* *.o *.d *~ *.flc
|
$(VERB) $(RM) -f core core.[0-9][0-9]* *.o *.d *~ *.flc
|
||||||
ifneq ($(strip $(SHLIBEXT)),) # Extra paranoia - make real sure SHLIBEXT is set
|
ifneq ($(strip $(SHLIBEXT)),) # Extra paranoia - make real sure SHLIBEXT is set
|
||||||
$(VERB) $(RM) -f *$(SHLIBEXT)
|
$(VERB) $(RM) -f *$(SHLIBEXT)
|
||||||
|
Loading…
Reference in New Issue
Block a user