mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-04 17:19:43 +00:00
cleanup ematch yacc files
make clean needs to remove all the yacc output files for ematch.
This commit is contained in:
parent
9bac173fa6
commit
93ba481acb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user