Keypirinha / SDK

Keypirinha's Software Development Kit (SDK)
http://keypirinha.com
Other
43 stars 6 forks source link

"make build" should actually build / perform a syntax check #7

Open sschuberth opened 3 years ago

sschuberth commented 3 years ago

Currently, "make build" does not actually build anything but blindly packages the files. IMO it should ensure that the plugin actually compiles by really building the plugin for testing, or at least perform some kind of syntax check.