Mercurial > hg > Game > CbCTaskManager
view test/list/Makefile @ 0:5b089096921f
first commit.
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Dec 2009 21:57:05 +0900 |
parents | |
children | 803d6bf22e6d |
line wrap: on
line source
CC = gcc INCLUDE = -I../../ CFLAGS = -g -O0 $(INCLUDE) .c.o: $(CC) -c $(CFLAGS) -o $@ $< testlist: testlist.o ../../List.o $(CC) -o $@ $^