[dvblast-devel] Makefile: Add distclean target.
Georgi Chorbadzhiyski
git at videolan.org
Fri Apr 6 01:03:42 CEST 2012
dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Fri Apr 6 01:56:45 2012 +0300| [4b555f86696aca517e649055019851553e74be12] | committer: Georgi Chorbadzhiyski
Makefile: Add distclean target.
> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=4b555f86696aca517e649055019851553e74be12
---
Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 1441bd5..140f8b2 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,8 @@ clean:
@echo "CLEAN $(CLEAN_OBJS)"
$(Q)rm -f $(CLEAN_OBJS)
+distclean: clean
+
install: all
@install -d "$(BIN)"
@install -d "$(MAN)"
More information about the dvblast-devel
mailing list