egl: Add depend and depend.bak to clean target
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
This commit is contained in:
committed by
Brian Paul
parent
728da99737
commit
11038989c1
@@ -55,6 +55,7 @@ install:
|
||||
clean:
|
||||
-rm -f *.o
|
||||
-rm -f *.so
|
||||
-rm -f depend depend.bak
|
||||
|
||||
depend: $(SOURCES) $(HEADERS)
|
||||
@ echo "running $(MKDEP)"
|
||||
|
||||
@@ -74,6 +74,7 @@ install: default
|
||||
clean:
|
||||
-rm -f *.o *.so*
|
||||
-rm -f core.*
|
||||
-rm -f depend depend.bak
|
||||
|
||||
|
||||
depend: $(SOURCES) $(HEADERS)
|
||||
|
||||
Reference in New Issue
Block a user