diff --git a/Makefile b/Makefile index 7eb31c4..9452968 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,12 @@ compile: publish: compile @echo + cp .git/$(cat .git/HEAD | cut -d' ' -f2) public/version.txt ./bin/publish.sh --delete publish_beta: compile @echo + cp .git/$(cat .git/HEAD | cut -d' ' -f2) public/version.txt ./bin/publish.sh --beta --delete test_blog: