Commit d2780ea3 authored by osdl.net!shemminger's avatar osdl.net!shemminger

make clean remove .so

(Logical change 1.76)
parent 8ec496d8
......@@ -71,7 +71,7 @@ install: all
done
clean:
rm -f $(TCOBJ) $(TCLIB) $(NETEM_DIST) libtc.a tc
rm -f $(TCOBJ) $(TCLIB) $(NETEM_DIST) libtc.a tc *.so
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