6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
test:
|
||
|
time ./test.py -n 4
|
||
|
|
||
|
clean :
|
||
|
rm -f *.vst *.ap *.pyc
|