From 552977df18074f2fa6e00cbd5e96e7e7e326def4 Mon Sep 17 00:00:00 2001 From: ikits Date: Fri, 3 Oct 2003 06:28:55 +0000 Subject: [PATCH] added . to find git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@148 783a27ee-832a-0410-bc00-9f386506c6dd --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec6819e..088898f 100644 --- a/Makefile +++ b/Makefile @@ -213,8 +213,8 @@ clean: $(RM) so_locations distclean: clean - find -name \*~ | xargs $(RM) - find -name .\*.sw\? | xargs $(RM) + find . -name \*~ | xargs $(RM) + find . -name .\*.sw\? | xargs $(RM) tardist: $(RM) -r $(TARDIR)