From 68a1ebce3438ee4fc2a2ba5b0236f56d9eec244f Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 1 Feb 2009 17:57:22 +0000 Subject: Prefix build dirs with build- and svn ignore them. Simplify clean rule. svn path=/trunk/libnsgif/; revision=6336 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 49684a2..a865221 100644 --- a/Makefile +++ b/Makefile @@ -87,4 +87,4 @@ uninstall: rm $(DESTDIR)$(PREFIX)/lib/pkgconfig/libnsgif.pc clean: - -rm -rf $(OBJS) $(LIBDIR) $(BINDIR) doc + -rm -rf $(OBJDIR) $(LIBDIR) $(BINDIR) doc -- cgit v1.2.1