]> git.cworth.org Git - lmno.games/commit
Makefile: Don't remove write permission from .js build artifacts
authorCarl Worth <cworth@cworth.org>
Wed, 27 May 2020 04:05:03 +0000 (21:05 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 27 May 2020 04:05:03 +0000 (21:05 -0700)
commit673e4f0696496aa8bd6267d06f9f372da735bc70
tree7461ba3c49e4eef8b66eeb33ef89885b88ff4731
parent66b2a746709b394b60ae653afc9408e5215d879f
Makefile: Don't remove write permission from .js build artifacts

The intent behind this was to act as a clue to the developer that they
shouldn't edit the .js file, but it caused a problem that subsequent
build would fail because the output files were read-only. So we give
up on this idea.
Makefile