aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/make.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-22 09:21:55 +1000
committerDavid Walter Seikel2012-04-22 09:21:55 +1000
commit90a85c0d8def4e9b5d847124a80506c1ceab76c3 (patch)
treeb0abf578bb81dc389aa27013f82e7bb41fa45906 /ClientHamr/extantz/make.sh
parentAnd actually include new files, plus elementary libraries. (diff)
downloadSledjHamr-90a85c0d8def4e9b5d847124a80506c1ceab76c3.zip
SledjHamr-90a85c0d8def4e9b5d847124a80506c1ceab76c3.tar.gz
SledjHamr-90a85c0d8def4e9b5d847124a80506c1ceab76c3.tar.bz2
SledjHamr-90a85c0d8def4e9b5d847124a80506c1ceab76c3.tar.xz
Some actual extantz source code. With test data for now.
Diffstat (limited to '')
-rwxr-xr-xClientHamr/extantz/make.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ClientHamr/extantz/make.sh b/ClientHamr/extantz/make.sh
new file mode 100755
index 0000000..2c729b8
--- /dev/null
+++ b/ClientHamr/extantz/make.sh
@@ -0,0 +1,3 @@
1gcc -g -DPACKAGE_DATA_DIR="\"$(pwd)\"" extantz.c -o extantz $(pkg-config --cflags --libs elementary) && ./extantz
2
3