7 lines
65 B
Makefile
7 lines
65 B
Makefile
|
include ../functions.mk
|
||
|
|
||
|
files: .mg
|
||
|
|
||
|
.mg: mg.org
|
||
|
$(call tangle)
|