10 lines
183 B
Makefile
10 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
|