CFLAGS=-g -I. -Wall -O2   

all: eeprog 

clean: 
	rm -f eeprog 24cXX.o

24cXX.o: 24cXX.c

eeprog: eeprog.c 24cXX.o
