Current section

Files

Jump to
zotonic_mod_base priv lib-src cotonic Makefile
Raw

priv/lib-src/cotonic/Makefile

.PHONY: all w lib dist testlib clean test release
GNUMAKE?= gmake
all:
${GNUMAKE} all
w:
${GNUMAKE} all
lib:
${GNUMAKE} lib
dist:
${GNUMAKE} dist
testlib:
${GNUMAKE} testlib
clean:
${GNUMAKE} clean
test:
${GNUMAKE} test
release:
${GNUMAKE} release