summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-04 02:07:35 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-04 02:07:35 +0000
commitaf5e07345548d223b50c3a297743fc55f02e60e3 (patch)
tree3b7a9231940c068215f8e206b0f14d668ce8516b /Makefile
parentc64c44b72db943b213d6dce03d4253528d13be92 (diff)
Code Import
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@3 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ff56b7..d5d133f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ EXT=.exe
EXE=glpong3d${EXT}
-OBJS=glpong3d.o
+OBJS=glpong3d.o ball.o paddle.o
all: ${OBJS}
${CC} ${LDFLAGS} ${OBJS} -o ${EXE} ${LIBRARIES}