summaryrefslogtreecommitdiff
path: root/Makefile.DJ
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.DJ')
-rw-r--r--Makefile.DJ6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.DJ b/Makefile.DJ
index 8ad34be32e..d269fcdbb0 100644
--- a/Makefile.DJ
+++ b/Makefile.DJ
@@ -20,9 +20,9 @@
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-# DOS/DJGPP makefile v1.5 for Mesa
+# DOS/DJGPP makefile v1.6 for Mesa
#
-# Copyright (C) 2002 - Borca Daniel
+# Copyright (C) 2002 - Daniel Borca
# Email : dborca@users.sourceforge.net
# Web : http://www.geocities.com/dborca
@@ -64,7 +64,7 @@ CPU ?= pentium
GLU ?= mesa
CFLAGS = -Wall -W -pedantic
-CFLAGS += -O2 -ffast-math -mcpu=$(CPU)
+CFLAGS += -O2 -ffast-math -mtune=$(CPU)
export CFLAGS