The Reference Universe widget now specifies to use the correct target.
[mkws-moved-to-github.git] / examples / htdocs / Makefile
1 # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com
2
3 all: apache-config.txt
4
5 apache-config.txt: ../apache2/mkws-examples-mike
6         rm -f $@
7         cp -p $< $@
8         chmod ugo-w $@
9
10 help:
11         @echo "make [ all | clean ]"
12
13 clean distclean:
14         rm -f apache-config.txt
15         rm -rf test jasmine
16