Maxim Sokhatsky 11 years ago
parent
commit
eeeb873634
2 changed files with 2 additions and 3 deletions
  1. 1 1
      apps/face/priv/static/doc/svg.htm
  2. 1 2
      erl.mk

+ 1 - 1
apps/face/priv/static/doc/svg.htm

@@ -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>
 

+ 1 - 2
erl.mk

@@ -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 $< $@