@@ -36,12 +36,11 @@ all: \
iD.js: Makefile
@rm -f $@
cat $(filter %.js,$^) | $(JS_BEAUTIFIER) > $@
@chmod a-w $@
cat $(filter %.js,$^) > $@
%.min.js: %.js Makefile
$(JS_COMPILER) < $< > $@
$(JS_COMPILER) $< -o $@
clean:
rm -f iD*.js
The note is not visible to the blocked user.