Commit 22216e6f authored by Axel Schwenke's avatar Axel Schwenke

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

parent 59bbb85f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment