src/doc: rename `tpl_anchor` into `html_link_to_anchor` and use bootstrap template
[nit.git] / contrib / nitiwiki / Makefile
1 all: nitiwiki
2
3 nitiwiki:
4 mkdir -p bin
5 ../../bin/nitc src/nitiwiki.nit -o bin/nitiwiki
6
7 check: tests
8 tests: nitiwiki
9 cd tests; make
10
11 doc:
12 ../../bin/nitdoc -d doc src/nitiwiki.nit
13
14 clean:
15 rm -rf bin
16 rm -rf -- .nit_compile 2> /dev/null || true