mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
make index.html generation PHONY
This commit is contained in:
parent
faf180d15c
commit
3d138e616a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
.PHONY: all clean updates.rss
|
||||
.PHONY: all clean updates.rss index.html
|
||||
all: index.html updates.rss
|
||||
|
||||
index.html: index.html.erb
|
||||
|
|
Loading…
Reference in a new issue