@@ -661,7 +661,7 @@
<code>Refined and Distilled File to download: <a href="Kakaranet-7-Refined.svg">Kakaranet-7-Refined.svg</a></code>
-<p><font color=red style="font-weight:bold;">Please make sure you Vector Editor correctly opens this file!</font></p>
+<p><font color=red style="font-weight:bold;">Please make sure your Vector Editor correctly opens this file!</font></p>
<h1>Clean Object Naming Agreement</h1>
@@ -31,8 +31,7 @@ apps: $(APPS)
.PHONY: apps
apps/*/ebin/%.app: apps/*/src/%.app.src | apps/*/ebin/
- @erl -noshell \
- -eval 'case file:consult("$<") of {ok,_} -> ok ; \
+ @erl -noshell -eval 'case file:consult("$<") of {ok,_} -> ok ; \
{error,{_,_,M}} -> io:format("$<: ~s~s\n",M), halt(1) end.' \
-s init stop
cp $< $@