7 lines
132 B
Makefile
7 lines
132 B
Makefile
include ../dotfiles.mk
|
|
|
|
all: .config/mowedline/init.scm
|
|
|
|
%.scm: SCHEME_IMPLEMENTATION = chicken
|
|
%.scm: %.org
|
|
$(call tangle,scheme)
|