x = y >> 6; was failing if x and y were 16-bit ints
[fw/sdcc] / src / port-clean.mk
1 clean:
2         rm -f $(LIB) *.o *~ port.a *.lst *.asm *.sym *~ *.cdb *.dep *.rul
3
4 distclean: clean
5