aboutsummaryrefslogtreecommitdiffstats
path: root/test/native/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/native/make.sh')
-rwxr-xr-xtest/native/make.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/native/make.sh b/test/native/make.sh
new file mode 100755
index 000000000..2552eddb0
--- /dev/null
+++ b/test/native/make.sh
@@ -0,0 +1,4 @@
+#! /bin/bash
+
+gcc -o displayMultiple01 displayMultiple01.c -lX11 -lGL
+gcc -o displayMultiple02 displayMultiple02.c -lX11 -lGL