diff --git a/Makefile b/Makefile index 234110e..d53a27f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-g -I. -Wall -O2 all: eeprog clean: - rm -f eeprog 24cXX.o + rm -f eeprog *.o eeprog: eeprog.o 24cXX.o