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