]> git.eshelyaron.com Git - emacs.git/commitdiff
; * exec/Makefile.in (clean): Add `exec1'.
authorPo Lu <luangruo@yahoo.com>
Mon, 19 Jun 2023 00:56:49 +0000 (08:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 19 Jun 2023 00:56:49 +0000 (08:56 +0800)
exec/Makefile.in

index b2f134e85e5b825136d4085cf5e8c325acdef52a..00e59771337750307f2aa6df9b410ff7ee6b8ef2 100644 (file)
@@ -116,7 +116,7 @@ exec1: exec1.o libexec.a
 
 .PHONY: clean distclean maintainer-clean extraclean bootstrap-clean
 clean:
-       rm -f *.o *.a loader test *.s.s
+       rm -f *.o *.a loader test exec1 *.s.s
 ifeq ($(AUTO_DEPEND),yes)
        rm -rf deps/*.d
 endif