Skip to content
Snippets Groups Projects
Commit 511c14c6 authored by vas's avatar vas
Browse files

make git shouldn't overwrite FC_pregmod.html

parent 14f2591b
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,12 @@ endif ...@@ -22,10 +22,12 @@ endif
all: bin/FC_pregmod.html bin/resources all: bin/FC_pregmod.html bin/resources
git: bin/FC_pregmod_$(HASH).html bin/resources
bin/resources: resources bin/resources: resources
test -L "$@" || ln -s "../$<" bin/ 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 git checkout -- src/gui/mainMenu/AlphaDisclaimer.tw
mv $< $@ mv $< $@
...@@ -46,7 +48,4 @@ sanity: ...@@ -46,7 +48,4 @@ sanity:
jsanity: jsanity:
./sanityCheck.sh java ./sanityCheck.sh java
git: all
mv bin/FC_pregmod.html bin/FC_pregmod_$(HASH)_.html
.PHONY: all sanity jsanity git .PHONY: all sanity jsanity git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment