Added asprint to list of files to remove with 'clean'.

This commit is contained in:
keie 1984-07-02 15:46:06 +00:00
parent 1e6b5059d0
commit e9aa4befbb

View file

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