diff options
Diffstat (limited to 'pre-build.sh')
-rwxr-xr-x | pre-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pre-build.sh b/pre-build.sh new file mode 100755 index 000000000..2c7d28c2c --- /dev/null +++ b/pre-build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +make -f Makefile startup doc |