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

make clean delets .depend

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