make clean: remove only .o files that we created ourselves

This commit is contained in:
Axel Schwenke 2020-12-10 15:44:38 +01:00
parent 59bbb85f00
commit 22216e6f62

View file

@ -3,7 +3,7 @@ CFLAGS=-g -I. -Wall -O2
all: eeprog
clean:
rm -f eeprog *.o
rm -f eeprog eeprog.o 24cXX.o
eeprog: eeprog.o 24cXX.o