Modified for edocs.
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
ERL=erl
|
||||
|
||||
all: compile docs
|
||||
|
||||
compile:
|
||||
$(ERL) -make
|
||||
cd priv && make
|
||||
|
||||
clean:
|
||||
- rm ebin/*.beam
|
||||
- rm src/*
|
||||
find . -name "*~" | xargs rm
|
||||
cd priv && make clean
|
||||
|
||||
docs:
|
||||
$(ERL) -noshell -run edoc_run application "'sqlite'" '"."' '[{title,"Welcome to sqlite"},{hidden,false},{private,false}]' -s erlang halt
|
||||
Reference in New Issue
Block a user