src: Only remove objects and dependencies for the current target
This commit is contained in:
parent
e9cf0f23f2
commit
744336ef2b
|
@ -139,7 +139,7 @@ tags:
|
|||
ctags -R
|
||||
|
||||
clean:
|
||||
rm -f .*.o .*.d
|
||||
rm -f $(objects) $(deps)
|
||||
|
||||
dist:
|
||||
@if ! [ -d ../.git ]; then echo "make dist can only run from a git repo"; false; fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user