add makefile
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
f1f616b600
commit
a12eb206bf
1 changed files with 11 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
DESTDIR=/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/dst
|
||||
|
||||
view: all
|
||||
firefox ${DESTDIR}/index.html
|
||||
|
||||
all:
|
||||
ikiwiki --setup ikiwiki.setup
|
||||
|
||||
clean: all
|
||||
rm -rf ${DESTDIR}
|
||||
|
Loading…
Reference in a new issue