From a8921d2baf7fe632839ec4c1a6f55db9c78f1c1c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 1 Mar 2008 19:37:00 +0000 Subject: Move frames per second stuff into separate files git-svn-id: svn://mattst88.com/svn/glpong/trunk@14 449aeecc-241a-0410-943f-e2f883e2d7a2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94d9c57..4259e2c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ EXT=.exe EXE=glpong${EXT} -OBJS=glpong.o ball.o text.o #paddle.o +OBJS=glpong.o ball.o text.o fps.o #paddle.o all: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} -o ${EXE} ${LIBRARIES} -- cgit v1.2.3