From 6e420fa48b415dcdf6353adec9298e53998e7dff Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 3 Jul 2011 04:21:27 -0500 Subject: add few new functions to glframe.c --- sdl/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sdl/Makefile') 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 -- cgit v1.2.3