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)
|
cp $(TARGETS) $(EMBIN)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o $(TARGETS)
|
||||||
|
|
||||||
mkdep: mkdep.o
|
mkdep: mkdep.o
|
||||||
$(CC) $(LDFLAGS) -o mkdep mkdep.o
|
$(CC) $(LDFLAGS) -o mkdep mkdep.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue