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