提交 356b43d1 编写于 作者: W Weihong.Guan

add './' to in example makefile, since . may not be included in PATH

上级 ad3861ab
......@@ -32,8 +32,8 @@ default:
# ruby auto/generate_test_runner.rb test/TestProductionCode2.c test/no_ruby/TestProductionCode2_Runner.c
$(C_COMPILER) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES1) -o $(TARGET1)
$(C_COMPILER) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES2) -o $(TARGET2)
$(TARGET1)
$(TARGET2)
./$(TARGET1)
./$(TARGET2)
clean:
$(CLEANUP)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册