summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2010-08-18 14:38:34 +0000
committerIan C <ianc@noddybox.co.uk>2010-08-18 14:38:34 +0000
commit19bbd5822593c7198dd54eb0f5d38fa1ed8d8fb7 (patch)
tree97f7f8849c3a8282ba571a64ff2a655cdf5d41aa /makefile
parent0d2f672482fee91a9642a7cb6eb01fcdded79159 (diff)
Reformatted code and altered the attraction rule to something a bit more
correct. Also added two tests to prove it works.
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 297c53d..729eabe 100644
--- a/makefile
+++ b/makefile
@@ -38,14 +38,14 @@ HEADERS = global.h \
OBJECTS = $(SOURCES:.cpp=.o)
-# NOTE1: Use these libs for GNU/linux. They should work with any unix that has
-# X11 too.
+# NOTE1: Use these libs for GNU/linux. They should give a head-start to any
+# UNIX that has X11/OpenGL.
#
#LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXext -lXi -lXmu -lm
LIBS = -L/usr/X11R6/lib -lglut -lGLU -lGL -lX11 -lXext -lm
-# NOTE2: Use thes libs for cygwin
+# NOTE2: Use thes libs for cygwin -- currently broken
#
#LIBS = -lglut32 -lglu32 -lopengl32