http/Makefile: more iterative 'all' rule
This commit is contained in:
+2
-1
@@ -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
|
.PHONY: remove_deleted_posts
|
||||||
remove_deleted_posts: remove_deleted_microlog_posts remove_deleted_blog_posts
|
remove_deleted_posts: remove_deleted_microlog_posts remove_deleted_blog_posts
|
||||||
|
|||||||
Reference in New Issue
Block a user