Sha256: f0c152367dbde55fb6f40ad6e9b315efd388e34a9272fcee7bd408383c455fdb
Contents?: true
Size: 447 Bytes
Versions: 64
Compression:
Stored size: 447 Bytes
Contents
APPNAME=eunit SUB_DIRECTORIES = src include vsn.mk DOC_OPTS={def,{version,\"$(EUNIT_VSN)\"}} all: subdirs subdirs: @for d in $(SUB_DIRECTORIES); do \ (cd $$d; $(MAKE)); \ done clean: @for d in $(SUB_DIRECTORIES); do \ (cd $$d; $(MAKE) clean); \ done docs: erl -noshell -eval "edoc:application($(APPNAME), \".\", [$(DOC_OPTS)])" -s init stop test: subdirs @echo Testing... @erl -noshell -pa ebin -s eunit test -s init stop
Version data entries
64 entries across 64 versions & 3 rubygems