Commit 11731a32 authored by Andrey Filippov's avatar Andrey Filippov

make clean delets .depend

parent 5d37dde9
......@@ -7,9 +7,9 @@ attic/*
/.settings
.directory
.depend
/image
generated*
sysroots
bitbake-logs
src/imgsrv.o
src/imgsrv
image
\ No newline at end of file
......@@ -32,7 +32,7 @@ install: $(PROGS) $(PHPCLI) $(CONFIGS)
$(INSTALL) $(OWN) -m $(INSTMODE) $(PHPCLI) $(DESTDIR)$(WWW_PAGES)
clean:
rm -rf $(PROGS) *.o core
rm -rf $(PROGS) *.o core .depend
depend: .depend
......
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