diff options
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile index 3f20d3f..fd865b5 100644 --- a/http/Makefile +++ b/http/Makefile @@ -11,7 +11,7 @@ src/microlog: $(shell find -L blogs/microlog -type f) bin/blog blog: src/blog src/blog: $(shell find -L blogs/blog -type f) bin/blog - ./bin/blog -i blog -l blog -p gmi2upphtml + ./bin/blog -i blog -l blog -p 'cut_longlog_meta | gmi2upphtml' .PHONY: clean clean: |
