mall.git  about / heads / tags
access the mallinfo(3) and mallopt(3) functions from Ruby
blob 150f1b90dc5d50de6d31ffe0ae4bdb4ada2bb08e 283 bytes (raw)
$ git show HEAD:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
all::
RSYNC_DEST := yhbt.net:/srv/yhbt/mall
mall_c := ext/mall/mall.c
pkg_extra += $(mall_c)
$(mall_c): $(mall_c).erb
	erb < $< > $@+
	mv $@+ $@
rfpackage := mall
doc:: $(mall_c)
include pkg.mk
$(ext_pfx)/$(ext)/mall.c: $(mall_c)
$(ext_pfx)/$(ext)/Makefile: $(ext_pfx)/$(ext)/mall.c

git clone https://yhbt.net/mall.git