Missing files

This commit is contained in:
Fabio Salvini
2017-06-27 23:19:40 +02:00
parent a4772a892a
commit 1128250cb3
4 changed files with 39 additions and 0 deletions

13
Makefile Normal file
View File

@@ -0,0 +1,13 @@
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/*