w3c / webrtc-respec-ci

Script to run continuous integration on a respec-based spec
2 stars 14 forks source link

Rewrite makefile #6

Closed martinthomson closed 8 years ago

martinthomson commented 8 years ago

I've broken this down a little more cleanly so that it only pulls in what it needs when it needs them. That makes it possible to include this in the makefile for the base webrtc spec without building the world when something changes.

Closes #3.