dev/vala/live.gnome.org_tutorial/run.sh

11 lines
224 B
Bash
Executable File

#!/bin/sh
# valac --thread --target-glib=2.32 threading-sample.vala \
valac --thread threads.vala
valac --thread --target-glib=2.32 threads-2.32.vala
valac --thread philosophers.vala
valac --thread async-queue-test.vala