Michaël Lemaire
06841dfe89
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@548 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
10 lines
210 B
Makefile
10 lines
210 B
Makefile
include ../common_pre.mk
|
|
|
|
OBJPATH = ${BUILDPATH}/cli
|
|
RESULT = ${BUILDPATH}/paysages-cli
|
|
SOURCES += $(wildcard *.c)
|
|
HEADERS += $(wildcard *.h)
|
|
|
|
CC_LDFLAGS += -L${BUILDPATH} -lpaysages
|
|
|
|
include ../common_post.mk
|