From: Patrik Gornicz Date: Sat, 16 May 2009 17:29:07 +0000 (-0400) Subject: Makefile cleaning X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=022b67af9487f64e3c46ad10b11038051f50fd83 Makefile cleaning --- diff --git a/makefinal b/makefinal index 7d8d3f4..1c8877a 100755 --- a/makefinal +++ b/makefinal @@ -1,3 +1,3 @@ #!/bin/sh -exec make FINAL=1 $@ +exec make BUILD=FINAL $@ diff --git a/makewin32 b/makewin32 index bf4c757..fa89ce4 100755 --- a/makewin32 +++ b/makewin32 @@ -1,3 +1,3 @@ #!/bin/sh -exec make WIN32=1 $@ +exec make BUILD=WIN32 $@