Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xcmenu.git;a=commitdiff;h=29f2b4f22e6b6a434077e74f5e5dbd4f4f964822
commit 29f2b4f22e6b6a434077e74f5e5dbd4f4f964822 Author: James Buren <[email protected]> Date: Mon Jan 5 06:45:29 2009 -0600 compile.sh * import shell script for compiling code diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..02f29d6 --- /dev/null +++ b/compile.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +[ -f "xcmenu" ] && rm -f xcmenu +exec gcc -O0 -pedantic -Wall -Werror -std=gnu89 xcmenu.c -o xcmenu _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
