From f05a1e26cdce8e38c5767591e1d3e853adc5807e Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 23 Apr 2024 08:58:19 -0400 Subject: File reordering, installation script, more... --- compile.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index bc9aac4..9103081 100644 --- a/compile.sh +++ b/compile.sh @@ -2,8 +2,12 @@ set -xe +cd example + gnatmake -c window.adb gnatbind window.ali gnatlink window.ali -lraylib +mv window ../window + exit -- cgit v1.2.3