all: browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js .PHONY = all