Added IdealGasPhase to doxygen Filled in a couple of missing functions in IdealGasPhase Fixed clean rule and depends rule in test_problems
12 lines
162 B
Makefile
12 lines
162 B
Makefile
#!/bin/sh
|
|
|
|
# test target -> make the program and run the test
|
|
test:
|
|
./runtest @PYTHON_CMD@
|
|
|
|
# clean target -> clean up
|
|
clean:
|
|
../../bin/rm_cvsignore
|
|
|
|
depends:
|
|
|