diff --git a/Makefile b/Makefile index e69de29..32e2848 100755 --- a/Makefile +++ b/Makefile @@ -0,0 +1,13 @@ + + + + +bootstrap.js: + node make_bootstrap.js + + +.PHONY: bootstrap +bootstrap: bootstrap.js + + +