diff options
Diffstat (limited to 'ikiwiki/Makefile')
-rw-r--r-- | ikiwiki/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index 7c08b33..883cd09 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -14,6 +14,8 @@ # Place - Suite 330, Boston, MA 02111-1307, USA # +all: web web_deploy + web: @ikiwiki --setup ikiwiki.setup @chmod +x bin/* |