2013-04-11 14:38:40 +00:00
|
|
|
include ../common_pre.mk
|
2012-01-10 20:51:27 +00:00
|
|
|
|
2013-04-11 14:38:40 +00:00
|
|
|
OBJPATH = ${BUILDPATH}/cli
|
|
|
|
RESULT = ${BUILDPATH}/paysages-cli
|
|
|
|
SOURCES += $(wildcard *.c)
|
|
|
|
HEADERS += $(wildcard *.h)
|
2012-01-28 17:24:19 +00:00
|
|
|
|
2013-04-11 14:38:40 +00:00
|
|
|
CC_LDFLAGS += -L${BUILDPATH} -lpaysages
|
2012-01-10 20:51:27 +00:00
|
|
|
|
2013-04-11 14:38:40 +00:00
|
|
|
include ../common_post.mk
|