mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-25 16:22:37 -07:00
"make clean" now idempotent.
Copied from Perforce Change: 180366 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
f4d7511316
commit
d02f172de0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ $(TARGETS): %: %.c Makefile
|
|||
$(CC) $(CFLAGS) -o $@ -I $(MPS) $< $(MPS)/mps.c
|
||||
|
||||
clean:
|
||||
rm $(TARGETS)
|
||||
rm -f $(TARGETS)
|
||||
|
||||
test: $(TARGETS)
|
||||
@for TARGET in $(TARGETS); do \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue