X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=Makefile;fp=Makefile;h=265297388947d7976315e044a4cb8df13f68915f;hp=cf1e1d7008e05a1d7ee18e81103c11b4e3a7b722;hb=2edf8be08dc797d15cbbed5a3df0b416d26bf1fe;hpb=4031509cc4bc642d2b673d1d17c11a0e4e504781 diff --git a/Makefile b/Makefile index cf1e1d7..2652973 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ react-dom.js: deps/react-dom.production.min.js export BABEL_ENV=production %.js: %.jsx $(call quiet,BABEL) $^ --out-file $@ + @chmod a-w $@ else react.js: deps/react.development.js $(call quiet,CP) $^ $@ @@ -51,6 +52,7 @@ react-dom.js: deps/react-dom.development.js export BABEL_ENV=development %.js: %.jsx $(call quiet,BABEL) $^ --out-file $@ + @chmod a-w $@ endif # The user has not set any verbosity, default to quiet mode and inform the