瀏覽代碼

Unified command invocation

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8381 8c9fc860-2736-0410-a75d-ab315db34111
negelef 6 年之前
父節點
當前提交
572a4ca768
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/builds/a2/makefile

+ 1 - 1
tools/builds/a2/makefile

@@ -26,7 +26,7 @@ dependencies: modules source/*.Mod
 FoxArrayBase$(object): ComplexNumbers$(object)
 FoxArrayBase$(object): ComplexNumbers$(object)
 
 
 %$(object):
 %$(object):
-	@$(tool) compile -p=$(pltfrm) --objectFileExtension=$(object) --symbolFileExtension=$(symbol) $(if $<, $<, $(error no target for $@))
+	@$(tool) Compiler.Compile -p=$(pltfrm) --objectFileExtension=$(object) --symbolFileExtension=$(symbol) $(if $<, $<, $(error no target for $@))
 
 
 # Fox Compiler
 # Fox Compiler