tidy-html5: fix few more cavils

pull/1707/head
Boris Pek 7 years ago
parent 0fecea463f
commit 0992da162a

@ -47,4 +47,3 @@ int main()
return rc; return rc;
} }

@ -25,6 +25,6 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \ '$(TARGET)-gcc' \
-W -Wall -Werror \ -W -Wall -Werror \
'$(PWD)/src/$(PKG)-test.c' \ '$(PWD)/src/$(PKG)-test.c' \
-o '$(PREFIX)/$(TARGET)/bin/test-$(PKG)-pkgconfig.exe' \ -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
-ltidy -ltidy
endef endef

Loading…
Cancel
Save