summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
diff options
context:
space:
mode:
authorPauli Nieminen <suokkos@gmail.com>2009-08-09 15:22:34 +0300
committerBrian Paul <brianp@vmware.com>2009-08-09 08:42:50 -0600
commit11038989c197e92454ec0dd14e32acec6030e6b7 (patch)
tree7c9dc95836cf726cad7a102b6d095824afe22ced /src/egl/main/Makefile
parent728da99737d6618388ea724d211819227654608a (diff)
egl: Add depend and depend.bak to clean target
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r--src/egl/main/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index 7cab005214..1d64d94bbb 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -74,6 +74,7 @@ install: default
clean:
-rm -f *.o *.so*
-rm -f core.*
+ -rm -f depend depend.bak
depend: $(SOURCES) $(HEADERS)