aboutsummaryrefslogtreecommitdiffstats
path: root/mowedline/GNUmakefile
blob: ee829e67257f806167909d786185c6b02873bece (plain)
1
2
3
4
5
6
7
include ../dotfiles.mk

all: .config/mowedline/init.scm

%.scm: SCHEME_IMPLEMENTATION = chicken
%.scm: %.org
	$(call tangle,scheme)