diff --git a/Makefile b/Makefile
index 6ad071b25ba724ec08055a14e2597f30f1386577..fe297ad6f3c7724ee4a552bad12d9f475733632b 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,12 @@ endif
 
 all: bin/FC_pregmod.html bin/resources
 
+git: bin/FC_pregmod_$(HASH).html bin/resources
+
 bin/resources: resources
 	test -L "$@" || ln -s "../$<" bin/
 
-bin/FC_pregmod.html: bin/FC_pregmod_tmp
+bin/FC_pregmod%.html: bin/FC_pregmod_tmp
 	git checkout -- src/gui/mainMenu/AlphaDisclaimer.tw
 	mv $< $@
 
@@ -46,7 +48,4 @@ sanity:
 jsanity:
 	./sanityCheck.sh java
 
-git: all
-	mv bin/FC_pregmod.html bin/FC_pregmod_$(HASH)_.html
-
 .PHONY: all sanity jsanity git