diff example/Simple/Makefile.def @ 643:bffdede05f1e

minor fix.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Nov 2009 10:57:37 +0900
parents 0692b08f1cd6
children 7e937a1cd121
line wrap: on
line diff
--- a/example/Simple/Makefile.def	Sat Nov 21 10:12:25 2009 +0900
+++ b/example/Simple/Makefile.def	Sat Nov 21 10:57:37 2009 +0900
@@ -5,8 +5,8 @@
 # ex  linux/ps3
 CERIUM = ../../../Cerium
 
-# SIMPLE_TASK=-DSIMPLE_TASK
-SIMPLE_TASK=
+SIMPLE_TASK=-DSIMPLE_TASK
+# SIMPLE_TASK=
 
 CC      = g++
 CFLAGS  = -g -Wall -O9 $(SIMPLE_TASK)