diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6298f56..7a13d6d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,4 +11,7 @@ clean: distclean: clean rm -rf trac.db attachments -.PHONY: all clean fetch distclean +webfsd: + webfsd -r pelican/website -4 -L - -F -f index.html + +.PHONY: all clean fetch distclean webfsd |