summaryrefslogtreecommitdiffstats
path: root/compile.sh
diff options
context:
space:
mode:
authorAttila Veghelyi <works@veghelyiattila.hu>2025-06-24 22:25:26 +0200
committerAttila Veghelyi <works@veghelyiattila.hu>2025-06-24 22:29:04 +0200
commitb8fae6e2fa3908faa31105fb5a9cd5bb29bb7755 (patch)
treea514928cc001dc5d0ddcacdd8c6bd7fe4d8bd4fc /compile.sh
parenta047db1259d3822b554d300ecc48fb2052bfc849 (diff)
downloadOpenProgrammer-master.tar.gz
OpenProgrammer-master.zip
Add compiler scriptHEADmaster
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh5
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