From 19bbd5822593c7198dd54eb0f5d38fa1ed8d8fb7 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 18 Aug 2010 14:38:34 +0000 Subject: Reformatted code and altered the attraction rule to something a bit more correct. Also added two tests to prove it works. --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') 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 -- cgit v1.2.3