Convert from 20MHz to 4 MHz
[pic-uart.git] / Makefile
blobda10ca9eda6145d377d0b678844804da36dc4d7b
1 CC = sdcc
2 CFLAGS = --debug -mpic14 -p16f628a
4 test.hex : test.c
5 $(CC) $(CFLAGS) test.c