summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c575f58..c573790 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,6 @@ all: public/index.html $(addsuffix .html,$(articles))
public/%.html: public/%.md pagerender.rb template.erb Makefile
./pagerender.rb $< > $@
public/index.md: $(addsuffix .md,$(articles)) index.rb Makefile
- ./index.rb $(sort $(filter-out Makefile index.rb public/index.md,$^)) > $@
+ ./index.rb $(filter-out Makefile index.rb public/index.md,$^) > $@
clean:
rm -f -- public/*.html public/index.md