summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2009-02-01 17:57:22 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2009-02-01 17:57:22 +0000
commit68a1ebce3438ee4fc2a2ba5b0236f56d9eec244f (patch)
tree127ac70bf5827077255d5029d7c6dc7277b65fc1
parentb5b3ea171518504c9b112b26e849c7986f3280c7 (diff)
downloadlibnsgif-68a1ebce3438ee4fc2a2ba5b0236f56d9eec244f.tar.gz
libnsgif-68a1ebce3438ee4fc2a2ba5b0236f56d9eec244f.tar.bz2
Prefix build dirs with build- and svn ignore them. Simplify clean rule.
svn path=/trunk/libnsgif/; revision=6336
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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