6 lines
95 B
Bash
Executable file
6 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# run this in the src directory
|
|
. ../src/mkenv
|
|
export SYSNAME OBJTYPE
|
|
sh -x mkmk.sh
|