File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ git-hooks: .git/hooks/pre-commit .git/hooks/commit-msg
6565.git/hooks/%: test/git-hooks/%
6666 install -m 755 $< $@
6767
68- dist: lua-gumbo-$( shell git rev-parse --verify --short master) .tar.gz
69-
7068lua-gumbo-%.tar.gz lua-gumbo-%.zip: force
7169 git archive --prefix= lua-gumbo-$* / -o $@ $*
7270
@@ -159,7 +157,7 @@ clean:
159157 lua-gumbo-* .tar.gz lua-gumbo-* .zip gumbo-* .rockspec coverage.txt
160158
161159
162- .PHONY: all install uninstall clean dist force git-hooks check
160+ .PHONY: all install uninstall clean force git-hooks check
163161.PHONY: check-unit check-html5lib check-compat check-valgrind check-install
164162.PHONY: check-spelling check-serialize check-serialize-ns check-serialize-t1
165163.PHONY: bench-parse bench-serialize
You can’t perform that action at this time.
0 commit comments