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

master
Axel Schwenke 2020-12-10 15:44:38 +01:00
parent 59bbb85f00
commit 22216e6f62
1 changed files with 1 additions and 1 deletions

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