diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3a63f69..c311e28 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -47,7 +47,7 @@ serve: darkhttpd out --daemon watch: - git ls-files | entr make + git ls-files | entr $(MAKE) push-fonts: rsync -a fonts vps:/var/www/www.thomasvoss.com/out/ |