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