paysages3d/src/controlling/Makefile
2013-04-17 12:29:51 +00:00

11 lines
228 B
Makefile

include ../common_pre.mk
OBJPATH = ${BUILDPATH}/controlling
RESULT = ${BUILDPATH}/paysages-cli
SOURCES += $(wildcard *.c)
HEADERS += $(wildcard *.h)
CC_LDFLAGS += -L${BUILDPATH} -lpaysages_rendering
include ../common_post.mk