From 8c892e94ebafb6cf077df140e36424126a30cd0c Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 12 Jul 1984 13:24:02 +0000 Subject: [PATCH] asprint is removed at cleanup time. --- util/ass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ass/Makefile b/util/ass/Makefile index c71a31599..3c6f9b153 100644 --- a/util/ass/Makefile +++ b/util/ass/Makefile @@ -10,7 +10,7 @@ CFLAGS=-O all: ass$(SEP_OPT) clean: - -rm -f ass-i ass-n *.o maktab *.old asstb.c asprint + -rm -f ass-i ass-n *.o maktab *.old asstb.c install : all cp ass$(SEP_OPT) $(ASS_PATH) -- 2.34.1