1
Fork 0
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:
Gareth Rees 2012-11-06 13:52:59 +00:00
parent f4d7511316
commit d02f172de0

View file

@ -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 \