Sha256: 7f86751ba2e96bfba5bbd7b563a8b52b4228bf067a89687b06bf894a8e7b327e

Contents?: true

Size: 283 Bytes

Versions: 1

Compression:

Stored size: 283 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mall-1.0.3 GNUmakefile