gilbo / cork

3D Boolean / CSG Library
Other
401 stars 172 forks source link

Missing $(CCFLAGS) in Makefile #49

Open labdala opened 2 years ago

labdala commented 2 years ago

194 obj/isct/triangle.o: src/isct/triangle.c 195 @echo "Compiling the Triangle library" 196 @$(CC) $(CCFLAGS) -DNO_TIMER \ 197 -DREDUCED \ 198 -DCDT_ONLY -DTRILIBRARY \ 199 -Wall -DANSI_DECLARATORS \ 200 -o obj/isct/triangle.o -c src/isct/triangle.c