Commit 93ba481a authored by Stephen Hemminger's avatar Stephen Hemminger

cleanup ematch yacc files

make clean needs to remove all the yacc output files for ematch.
parent 9bac173f
......@@ -119,7 +119,7 @@ install: all
clean:
rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.yacc.h; \
rm -f emp_ematch.yacc.output
rm -f emp_ematch.yacc.*
q_atm.so: q_atm.c
$(CC) $(CFLAGS) $(LDFLAGS) -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