Michaël Lemaire
3e14fedbca
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@550 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
9 lines
183 B
Makefile
9 lines
183 B
Makefile
include ../common_pre.mk
|
|
|
|
OBJPATH = ${BUILDPATH}/exploring
|
|
RESULT = ${BUILDPATH}/libpaysages_exploring.so
|
|
SOURCES += $(wildcard *.c)
|
|
|
|
CC_LDFLAGS += -shared
|
|
|
|
include ../common_post.mk
|