Codebase list erlang-p1-yaml / debian/1.0.29-1 Makefile
debian/1.0.29-1

Tree @debian/1.0.29-1 (Download .tar.gz)

Makefile @debian/1.0.29-1raw · history · blame

all: src

src:
	rebar get-deps compile

clean:
	rebar clean

test: all
	rebar skip_deps=true eunit

.PHONY: clean src all test