diff options
Diffstat (limited to 'sdl/Makefile')
-rw-r--r-- | sdl/Makefile | 6 |
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 |