Commit 66d1963b by liyinqiao

Update Makefile

parent 14d95218
# the prefix of the generated executable file # the prefix of the generated executable file
PREFIX = NiuTrans NIUTRANS_EXE := NiuTensor
NIUTRANS_EXE := $(PREFIX).Tensor
# code path and generated file path # code path and generated file path
ROOT = . ROOT = .
...@@ -222,4 +221,4 @@ endif ...@@ -222,4 +221,4 @@ endif
clean: clean:
@echo "Cleaning object files" @echo "Cleaning object files"
@-rm -f $(OBJS) @-rm -f $(OBJS)
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论