Include file for Makefile with clean target
[fw/sdcc] / src / mcs51 / clean.mk
1 #
2
3 clean:
4         rm -f $(LIB) *.o *~ port.a
5
6 # End of src/mcs51/clean.mk