3 lines
59 B
Bash
Executable File
3 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
exec ${MAKE:-make} -f ../tools/autotest.mk *.v
|