Codebase list erlang-p1-tls / upstream/0.2015.02.04 Makefile
upstream/0.2015.02.04

Tree @upstream/0.2015.02.04 (Download .tar.gz)

Makefile @upstream/0.2015.02.04raw · history · blame

all: src

src:
	rebar compile

clean:
	rebar clean

test:
	rebar skip_deps=true eunit

.PHONY: clean src