From e9aa4befbbca0ee57be0def23c9a8001dfba79ec Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 2 Jul 1984 15:46:06 +0000 Subject: [PATCH] Added asprint to list of files to remove with 'clean'. --- util/ass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ass/Makefile b/util/ass/Makefile index 3c6f9b153..c71a31599 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 + -rm -f ass-i ass-n *.o maktab *.old asstb.c asprint install : all cp ass$(SEP_OPT) $(ASS_PATH) -- 2.34.1