update
This commit is contained in:
3
Makefile
3
Makefile
@@ -15,6 +15,7 @@ post-htmls := $(patsubst $(src)/%.md,$(www)/%.html,$(post-sources))
|
||||
.PHONY: all serve clean $(post_index)
|
||||
|
||||
all: $(POSTCC) $(post-htmls) $(post_index) $(www_root)/static
|
||||
cp -R ~/www/* $(www_root)
|
||||
|
||||
$(www):
|
||||
mkdir -p $(www)
|
||||
@@ -24,7 +25,7 @@ $(www)/%.html: $(src)/%.md $(www)
|
||||
|
||||
# make sure that this target is .PHONY!
|
||||
$(post_index):
|
||||
echo LOL > $@
|
||||
echo hm > $@
|
||||
|
||||
|
||||
$(www_root)/static:
|
||||
|
||||
Reference in New Issue
Block a user