Commit 87773db5 authored by shemminger's avatar shemminger

Add ematch cleanup

parent 615a979b
......@@ -63,6 +63,6 @@ clean:
clobber: clean
rm -f Config
distclean: clean clobber
distclean: clobber
.EXPORT_ALL_VARIABLES:
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment