d-/Makefile.am

13 lines
219 B
Makefile
Raw Normal View History

2024-11-18 12:22:04 -06:00
SOURCES = d-.scm
GOBJECTS = $(SOURCES:%.scm=%.go)
GUILD = @GUILD@
moddir=$(GUILE_SITE)
godir=$(GUILE_SITE_CCACHE)
nobase_dist_mod_DATA = $(SOURCES)
nobase_go_DATA = $(GOBJECTS)
%.go: %.scm
$(GUILD) compile $^ -o $@