diff options
author | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-24 22:25:26 +0200 |
---|---|---|
committer | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-24 22:29:04 +0200 |
commit | b8fae6e2fa3908faa31105fb5a9cd5bb29bb7755 (patch) | |
tree | a514928cc001dc5d0ddcacdd8c6bd7fe4d8bd4fc /compile.sh | |
parent | a047db1259d3822b554d300ecc48fb2052bfc849 (diff) | |
download | OpenProgrammer-master.tar.gz OpenProgrammer-master.zip |
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..1a99090 --- /dev/null +++ b/compile.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +make --always-make -f Makefile ${1} opgui && make --always-make -f Makefile ${1} op |