Improved the "clean"-entry

This commit is contained in:
ceriel 1986-10-20 14:58:25 +00:00
parent 8129bf95a4
commit cb2543df8a

View file

@ -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