all: erl -make config: cp spsBenchmark.app.src ebin/spsBenchmark.app .PHONY: doc doc: erl -noshell -eval "edoc:application(spsBenchmark, \"./.\", [{private, true}])" -s init stop .PHONY: clean clean: rm -rf doc/ ebin/*