diff --git a/License b/License new file mode 100644 index 0000000..d45e30a --- /dev/null +++ b/License @@ -0,0 +1,3 @@ +This software is released under the Erlang Public License Version 1.1 which is +available from the Erlang/OTP R12-B2 distribution. + diff --git a/Makefile b/Makefile index 9ca7043..21d7ccf 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ compile: clean: - rm ebin/*.beam - - rm src/* + - rm doc/* find . -name "*~" | xargs rm cd priv && make clean