From 43156b7d6c16147f5b1aa5d18d040414416e32a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 12 Jul 2008 11:33:39 +0200 Subject: [PATCH] Simple make command --- testit | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testit diff --git a/testit b/testit new file mode 100755 index 0000000..249e13a --- /dev/null +++ b/testit @@ -0,0 +1,4 @@ +#!/bin/bash + +./waf distclean && ./waf configure && ./waf build +./build/default/src/icfp08 localhost 17676