Added License.

Modified Makefile to ensure clean doesn't delete source files!
This commit is contained in:
Tee Teoh
2008-07-27 01:41:31 -04:00
parent ed0b99b087
commit 50cd8b9f93
2 changed files with 4 additions and 1 deletions

3
License Normal file
View File

@@ -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.

View File

@@ -8,7 +8,7 @@ compile:
clean:
- rm ebin/*.beam
- rm src/*
- rm doc/*
find . -name "*~" | xargs rm
cd priv && make clean