mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
11 lines
152 B
Makefile
11 lines
152 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
|
|
|