Makefile 78B

123456789
  1. CC=gcc
  2. CFLAGS=-Wall -O2
  3. bin2intelhex:
  4. clean:
  5. rm -f bin2intelhex core *.o