mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
Fix for issue #40. Make explicit makefile rule instead of % matching.
This commit is contained in:
parent
de21215491
commit
dcb2d64f96
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ md_verbose_0 = @echo " MD" $@;
|
|||
markdown_FILES=\
|
||||
README.html
|
||||
|
||||
%.html: %.md
|
||||
README.html: README.md
|
||||
$(md_verbose) markdown $< > $@
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue