Makefile: remove _all_ the object files in the clean target

For instance eeprom.o is still around after "make clean" without this
change.
master
Antonio Ospite 2014-02-12 17:08:27 +01:00 committed by Stefano Barbato
parent 994ee0b904
commit 3f4886d988
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 24cXX.o
rm -f eeprog *.o
eeprog: eeprog.o 24cXX.o