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