tidy-html5: fix few more cavils

This commit is contained in:
Boris Pek 2017-04-02 02:08:30 +03:00
parent 0fecea463f
commit 0992da162a
2 changed files with 1 additions and 2 deletions

View File

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

View File

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