Added asprint to list of files to remove with 'clean'.
This commit is contained in:
parent
1e6b5059d0
commit
e9aa4befbb
|
@ -10,7 +10,7 @@ CFLAGS=-O
|
||||||
all: ass$(SEP_OPT)
|
all: ass$(SEP_OPT)
|
||||||
|
|
||||||
clean:
|
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
|
install : all
|
||||||
cp ass$(SEP_OPT) $(ASS_PATH)
|
cp ass$(SEP_OPT) $(ASS_PATH)
|
||||||
|
|
Loading…
Reference in a new issue