From b8fae6e2fa3908faa31105fb5a9cd5bb29bb7755 Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Tue, 24 Jun 2025 22:25:26 +0200 Subject: Add compiler script --- compile.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 compile.sh (limited to 'compile.sh') 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 -- cgit v1.2.3-54-g00ecf