summaryrefslogtreecommitdiffstats
path: root/sdl/Makefile
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-07-03 04:21:27 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-07-03 04:21:27 -0500
commit6e420fa48b415dcdf6353adec9298e53998e7dff (patch)
tree0c80f6952c478cf1bf643b1d8a8c4cd4db05c4d6 /sdl/Makefile
parent195b41fa399b437898dec7c92851c8d483c46072 (diff)
downloadGLPyramid-6e420fa48b415dcdf6353adec9298e53998e7dff.tar.gz
GLPyramid-6e420fa48b415dcdf6353adec9298e53998e7dff.tar.bz2
GLPyramid-6e420fa48b415dcdf6353adec9298e53998e7dff.zip
add few new functions to glframe.c
Diffstat (limited to 'sdl/Makefile')
-rw-r--r--sdl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sdl/Makefile b/sdl/Makefile
index 74a9840..1ff2958 100644
--- a/sdl/Makefile
+++ b/sdl/Makefile
@@ -1,3 +1,9 @@
+#
+#
+# Note: object targets are not valid and get recompiled everytime simply
+# because they do not point to a valid location
+#
+
BIN = pyramid
SRC = pyramid.c math3d.c gltools.c glframe.c shader.c platform.c window.c
CC = gcc