Add ematch cleanup

This commit is contained in:
shemminger 2005-06-23 17:23:53 +00:00
parent 615a979b8c
commit 87773db551
2 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,6 @@ clean:
clobber: clean
rm -f Config
distclean: clean clobber
distclean: clobber
.EXPORT_ALL_VARIABLES:

View File

@ -73,7 +73,8 @@ install: all
done
clean:
rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so
rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.yacc.h; \
rm -f emp_ematch.yacc.output
q_atm.so: q_atm.c
$(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm