a12eb206bf
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
11 lines
196 B
Makefile
11 lines
196 B
Makefile
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}
|
|
|