diff options
author | Pauli Nieminen <suokkos@gmail.com> | 2009-08-09 15:22:34 +0300 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-09 08:42:50 -0600 |
commit | 11038989c197e92454ec0dd14e32acec6030e6b7 (patch) | |
tree | 7c9dc95836cf726cad7a102b6d095824afe22ced /src/egl/main/Makefile | |
parent | 728da99737d6618388ea724d211819227654608a (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/Makefile | 1 |
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) |