Improved the "clean"-entry
This commit is contained in:
parent
8129bf95a4
commit
cb2543df8a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ install: all
|
|||
cp $(TARGETS) $(EMBIN)
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
rm -f *.o $(TARGETS)
|
||||
|
||||
mkdep: mkdep.o
|
||||
$(CC) $(LDFLAGS) -o mkdep mkdep.o
|
||||
|
|
Loading…
Reference in a new issue