Move half-edge assembler to separate .c file
This commit is contained in:
@@ -2,7 +2,7 @@ include ../common.mk
|
||||
|
||||
TARGET = drow-engine
|
||||
HEADERS = err.h common.h print.h filereader.h gl_draw.h vector.h half_edge.h
|
||||
OBJECTS = print.o filereader.o gl_draw.o vector.o half_edge.o
|
||||
OBJECTS = print.o filereader.o gl_draw.o vector.o half_edge.o half_edge_AS.o
|
||||
INCS = -I.
|
||||
|
||||
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)
|
||||
|
||||
Reference in New Issue
Block a user