summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile
index a4ba72d..d7dc7eb 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -1,4 +1,5 @@
-all: clean out
+all: microlog blog $(shell find src -type f) $(shell find share -type f) $(shell find bin)
+ ./bin/mkws https://joeac.net
.PHONY: remove_deleted_posts
remove_deleted_posts: remove_deleted_microlog_posts remove_deleted_blog_posts