futriix/deps/memkind/Makefile

13 lines
135 B
Makefile
Raw Normal View History

2019-02-01 15:21:00 -05:00
export JE_PREFIX=jemk_
.PHONY: all
all:
cd src; ./build_jemalloc.sh
cd src; ./build.sh
.PHONY: clean
clean:
cd src; make clean