6 lines
80 B
Makefile
6 lines
80 B
Makefile
include ../functions.mk
|
|
|
|
files: .mailcap
|
|
|
|
.mailcap: mailcap.org
|
|
$(call tangle)
|