Fix Makefile Objects
This commit is contained in:
parent
f1fa0eb03a
commit
17a52c4b89
@ -16,7 +16,7 @@ endif
|
||||
|
||||
TARGET = drow-engine
|
||||
HEADERS = err.h parser.h types.h print.h filereader.h gl_draw.h
|
||||
OBJECTS = main.o parser.o print.o filereader.o gl_draw.c
|
||||
OBJECTS = main.o parser.o print.o filereader.o gl_draw.o
|
||||
INCS = -I.
|
||||
|
||||
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)
|
||||
|
Loading…
Reference in New Issue
Block a user