14 lines
106 B
Bash
14 lines
106 B
Bash
#!/bin/sh
|
|
|
|
run:
|
|
$(PYTHON_CMD) multiphase_plasma.py
|
|
|
|
test:
|
|
./runtest
|
|
|
|
|
|
clean:
|
|
./cleanup
|
|
|
|
# end of file
|
|
|