Commit 3f4886d9 authored by Antonio Ospite's avatar Antonio Ospite Committed by Stefano Barbato

Makefile: remove _all_ the object files in the clean target

For instance eeprom.o is still around after "make clean" without this
change.
parent 994ee0b9
......@@ -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
......
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