Mercurial > pt1
diff recpt1/Makefile @ 1:29f3b2bbbd67
- rename test.c to recpt1.c
- divide definitions into recpt1.h
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 16 Feb 2009 15:55:46 +0900 |
parents | 67e8eca28a80 |
children | 8ac7c59fefc9 |
line wrap: on
line diff
--- a/recpt1/Makefile Mon Feb 16 15:41:49 2009 +0900 +++ b/recpt1/Makefile Mon Feb 16 15:55:46 2009 +0900 @@ -18,7 +18,7 @@ CFLAGS = -O2 -g -Wall -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(B25) -I../driver LDFLAGS = -OBJS = test.o $(B25_OBJS_EXT) +OBJS = recpt1.o $(B25_OBJS_EXT) LIBS = -lpthread TARGET = $(DIST)/recpt1