Packages

Library for creating C++11 Erlang port drivers using `rpclib`, which is a "Modern rpclib - modern msgpack-rpc for C++".

Current section

Files

Jump to
Raw

Makefile

#!/usr/bin/make
# ----------- Make Rules --------------
all: priv/dispatcher
priv/dispatcher:
tar xvf priv/dispatcher.tar.xz -C priv/
clean:
rm -Rf priv/dispatcher/
.PHONY: priv/dispatcher