Skip to content

Commit

Permalink
Fixed include directory for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Dec 21, 2016
1 parent 5b59cc3 commit 871d694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CC = g++
CCFLAGS = -g -Wall -c -pedantic -O11 -DNO_EXCEPTIONS
LIBS = -L /usr/X11/lib -L /usr/local/lib
INCLUDES = -I /usr/local/include
INCLUDES = -I /usr/local/include -I.
LDFLAGS =
MYOBJECTS = psalm.o v3ctor.o mesh.o face.o vertex.o edge.o directed_edge.o
LIBOBJECTS = libpsalm.o v3ctor.o mesh.o face.o vertex.o edge.o directed_edge.o hole.o
Expand Down

0 comments on commit 871d694

Please sign in to comment.