diff DPP/Makefile @ 3:4e98faa1d831

add automaton
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 19 Apr 2012 13:41:11 +0900
parents 6695c97470f3
children d6ac7ec2c6a7
line wrap: on
line diff
--- a/DPP/Makefile	Sun Feb 05 10:23:07 2012 +0900
+++ b/DPP/Makefile	Thu Apr 19 13:41:11 2012 +0900
@@ -2,7 +2,8 @@
 #MCC=mcc
 TARGET=dpp dpp2 tableau tableau2 tableau3
 #MCCFLAGS=-s
-CFLAGS=-I. -g -Wall
+#CFLAGS=-I. -g -O0 -Wall
+CFLAGS= -O2 -Wall
 
 .SUFFIXES:	.cbc .c .o