X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=Makefile;h=cf1e1d7008e05a1d7ee18e81103c11b4e3a7b722;hp=265297388947d7976315e044a4cb8df13f68915f;hb=673e4f0696496aa8bd6267d06f9f372da735bc70;hpb=66b2a746709b394b60ae653afc9408e5215d879f diff --git a/Makefile b/Makefile index 2652973..cf1e1d7 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ 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) $^ $@ @@ -52,7 +51,6 @@ 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