diff TaskManager/Test/Sum/Makefile @ 6:39ce245235d4

*** empty log message ***
author gongo
date Wed, 06 Feb 2008 11:41:08 +0900
parents 75f184d16fa5
children b7e6899ebb3b
line wrap: on
line diff
--- a/TaskManager/Test/Sum/Makefile	Tue Feb 05 23:32:43 2008 +0900
+++ b/TaskManager/Test/Sum/Makefile	Wed Feb 06 11:41:08 2008 +0900
@@ -1,9 +1,8 @@
 TARGET = main
 
-CC      = ccmalloc --no-wrapper g++
+CC      = g++
 CFLAGS  = -Wall -O2 -g
-LIBS    = -L../../ -lmanager ~/src/ccmalloc-0.4.0/obj/ccmalloc-g++.o \
-	~/src/ccmalloc-0.4.0/lib/libccmalloc.a -ldl
+LIBS    = -L../../ -lmanager
 INCLUDE = -I../../../include/TaskManager