restructured workdir

This commit is contained in:
Chris Cromer
2016-10-13 21:07:35 -03:00
parent 4d6c51e37b
commit 5fa25a03da
5 changed files with 15 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ BINDIR=out
DEBUG_FLAGS=-Wall -Werror
CFLAGS=$(DEBUG_FLAGS) -ggdb $(shell pkg-config libxml-2.0 --cflags) -ansi -I ./headers
CFLAGS=$(DEBUG_FLAGS) -ggdb $(shell pkg-config libxml-2.0 --cflags) -ansi
LDFLAGS=$(shell pkg-config libxml-2.0 --libs)
BINARY=generarxml