Fixed errors.
This commit is contained in:
parent
5de6fde1c6
commit
7c2ccdafce
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
PYTHON_CMD = @PYTHON_CMD@
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) catcomb.py
|
||||
$(PYTHON_CMD) diamond.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
#
|
||||
/bin/rm -rf equilibrate_log*.html
|
||||
/bin/rm -rf .cttmp* ct2ctml.log transport_log.xml vcs_equilibrate_res*.csv \
|
||||
catcomb.csv output_0.txt diff*
|
||||
diamond.csv output_0.txt diff*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue