summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}