From: Patrik Gornicz Date: Sat, 2 May 2009 18:22:36 +0000 (-0400) Subject: added simple makewin32 and makefinal scripts X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=57b14b46bdfdde424b3a6ae8602f045a53b44d9e added simple makewin32 and makefinal scripts --- diff --git a/makefinal b/makefinal new file mode 100755 index 0000000..7d8d3f4 --- /dev/null +++ b/makefinal @@ -0,0 +1,3 @@ +#!/bin/sh + +exec make FINAL=1 $@ diff --git a/makewin32 b/makewin32 new file mode 100755 index 0000000..bf4c757 --- /dev/null +++ b/makewin32 @@ -0,0 +1,3 @@ +#!/bin/sh + +exec make WIN32=1 $@