projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9920700
)
make cleanでcoreファイルを削除するように
author
j8takagi
<j8takagi@nifty.com>
Mon, 25 Jun 2018 13:01:30 +0000
(22:01 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Mon, 25 Jun 2018 13:01:30 +0000
(22:01 +0900)
test/template/Test.mk
patch
|
blob
|
history
diff --git
a/test/template/Test.mk
b/test/template/Test.mk
index
13178f6
..
e6226c1
100644
(file)
--- a/
test/template/Test.mk
+++ b/
test/template/Test.mk
@@
-127,7
+127,7
@@
reset: all-clean $(CMD_FILE)
@$(CAT) $(TEST0_FILE)
clean:
- @$(RM) $(TEST_RES_FILES) $(TIME_FILE) $(VALGRIND_FILE)
+ @$(RM) $(TEST_RES_FILES) $(TIME_FILE) $(VALGRIND_FILE)
core
all-clean: clean
@$(RM) $(TEST0_FILE)