diff options
author | Charadon <dev@iotib.net> | 2022-07-12 07:25:15 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-07-12 07:25:15 -0400 |
commit | f5db520322561de9032fbf0406d2808d088572cc (patch) | |
tree | 9da127dd0f57ef3bdcc198cb23271ca56faaad38 /build.sh | |
download | dscip-f5db520322561de9032fbf0406d2808d088572cc.tar.gz |
Initial Commit
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..044a189 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# Insert build commands in here. # +gmake -j4 |