Fix Makefile Objects

This commit is contained in:
hasufell 2014-05-10 17:33:31 +02:00
parent f1fa0eb03a
commit 17a52c4b89
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -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)