fix make clean to not empty out bin
authorTero Marttila <terom@fixme.fi>
Tue, 26 Jan 2010 16:52:02 +0200
changeset 109 acbe0086da3f
parent 108 b81d2fcfa446
child 110 81a0afb4b229
fix make clean to not empty out bin
Makefile
--- a/Makefile	Tue Jan 26 16:46:31 2010 +0200
+++ b/Makefile	Tue Jan 26 16:52:02 2010 +0200
@@ -57,7 +57,7 @@
 
 clean:
 	rm -f build/obj/*/*.o build/deps/*/*.d
-	rm -f bin/* lib/*.so run/*
+	rm -f bin/{pngtile,pngtile-static} lib/libpngtile.{a,so} run/*
 	rm -rf dist/*
 
 # .h dependencies