From 836022652657db9631f7ddc03e2684c4e0b28417 Mon Sep 17 00:00:00 2001 From: ceriel Date: Sat, 7 Feb 1987 02:57:09 +0000 Subject: [PATCH] Added "opt2" to the clean entry --- util/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/opt/Makefile b/util/opt/Makefile index 988b27436..7d2ff552b 100644 --- a/util/opt/Makefile +++ b/util/opt/Makefile @@ -81,7 +81,7 @@ sizes: opt -nm opt | sort -n| /usr/plain/bin/map clean: - rm -f *.o opt mktab mktab.c scan.c pattern.c + rm -f *.o opt mktab mktab.c scan.c pattern.c opt2 Out regnoglob.c: reg.c cp reg.c regnoglob.c -- 2.34.1