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
|
ctags -R
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f .*.o .*.d
|
rm -f $(objects) $(deps)
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
@if ! [ -d ../.git ]; then echo "make dist can only run from a git repo"; false; fi
|
@if ! [ -d ../.git ]; then echo "make dist can only run from a git repo"; false; fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user