view TaskManager/test/schedparam/Makefile @ 1874:039e6d5cf5b7 draft

improve spe tasklist pipeline IO thead priority
author Kohagura
date Mon, 30 Dec 2013 20:14:33 +0900
parents
children
line wrap: on
line source

CC = clang++
CPPFLAGS = -g -O0
schedparam: schedparam.o
	$(CC) -g -O0 -o $@ $<
schedparam.o: schedparam.cc