--- Makefile    2012-06-25 22:30:16.000000000 +0800
+++ Makefile.new        2012-08-22 10:55:22.879717085 +0800
@@ -37,10 +37,6 @@
	$(RUN_CLR) run/Kernel.dll -gen-app Niecza boot/obj
 
 .fetch-stamp: FETCH_URL
-	-rm -rf boot/
-	mkdir boot
-	wget --no-check-certificate -Oboot/niecza.zip $$(cat FETCH_URL)
-	cd boot && unzip niecza.zip
	NIECZA_KEEP_IL=1 $(RUN_CLR) boot/run/Niecza.exe -C $(libunits)
	$(CP) boot/run/Kernel.dll boot/obj/
	touch .fetch-stamp