From 4c5644e45d16a6c5d6aabb5a305fce275ae9b277 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sun, 7 Sep 2003 13:51:59 +0000 Subject: [PATCH] * makefile.win32: New clean and release targets, and don't bother building the samples (sample/makefile.win32 is out of date anyway) (clean target fixed) svn path=/trunk/gtk-sharp/; revision=17969 --- makefile.win32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.win32 b/makefile.win32 index 65dfaf37c..1ea477642 100755 --- a/makefile.win32 +++ b/makefile.win32 @@ -12,8 +12,8 @@ windows: clean: rm -f api/generated-stamp rm -rf lib - find -iname "*.exe" -exec rm -f \{\} \; - find -iname "*.dll" -exec rm -f \{\} \; + -find -iname "*.exe" -exec rm -f \{\} \; + -find -iname "*.dll" -exec rm -f \{\} \; for i in $(DIRS); do \ rm -rf $$i/generated; \