diff --git a/compile.bash b/compile.bash new file mode 100644 index 00000000..8bf27cde --- /dev/null +++ b/compile.bash @@ -0,0 +1,4 @@ +./autogen.sh +cd build +../configure +make clean; make \ No newline at end of file