Skip to content

Commit

Permalink
OpenGL + GLUT : premier TP
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneRoot committed Dec 5, 2012
1 parent 92f7469 commit a2ecea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ls6/gga/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ OBJS = $(SRCS:.c=.o)

CC = gcc

CCINCPATH = -I/usr/X11R6/include
LDFLAGS = -L/usr/X11R6/lib -lglut -lGL -lm
CCINCPATH = -I/usr/X11R6/include -I.
LDFLAGS = -L/usr/X11R6/lib -L. -lglut -lGLU -lm

prog:$(OBJS) $(SRCS)
$(CC) -o $(NAME) $(OBJS) $(LDFLAGS)
Expand Down

0 comments on commit a2ecea0

Please sign in to comment.