make clean: remove only .o files that we created ourselves
This commit is contained in:
parent
59bbb85f00
commit
22216e6f62
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue