public
Description: The source code repository for twoorl.com
Homepage: http://twoorl.com
Clone URL: git://github.com/yariv/twoorl.git
twoorl / Makefile
100644 16 lines (12 sloc) 0.277 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: code
 
code: clean
erl -s make all load -s init stop
 
clean:
rm -fv ebin/*.beam twoorl.rel twoorl.script twoorl.boot erl_crash.dump *.log *.access
 
cleandb:
rm -rfv *.mnesia Mnesia*
 
cleandocs:
rm -fv doc/*.html
rm -fv doc/edoc-info
rm -fv doc/*.css
rm -fv doc/*.png