Fixed an error in this makefile
This commit is contained in:
parent
8095d0e34a
commit
76015d91b1
1 changed files with 2 additions and 1 deletions
|
|
@ -3,9 +3,10 @@
|
|||
INST_DIR=@ct_demodir@/python/equilibrium/simple_test
|
||||
|
||||
PYTHON_CMD = @PYTHON_CMD@
|
||||
all:
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) adiabatic.py
|
||||
$(PYTHON_CMD) simple.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue