2 GUILE_FLAGS:=--no-auto-compile -L . -L guile -C . -C guile
6 PHONY_TARGETS:= all all-go check clean clean-go default help install
7 .PHONY: $(PHONY_TARGETS)
18 build-aux/build-guile.sh
21 rm -f $(shell find . -name '*.go')
30 .config.make: ./configure
33 cd ../mes-seed && git reset --hard HEAD
34 MES=guile GUILE=guile SEED=1 build-aux/build-mes.sh
35 cd ../mes-seed && ./refresh.sh && cd ../mes
36 MES=guile GUILE=guile SEED=1 build-aux/build-mes.sh
37 build-aux/build-mlibc.sh
38 cd ../tinycc-seed && ./refresh.sh && cd ../mes
69 export GUILE_LOAD_PATH
72 ifdef GUILE_LOAD_COMPILED_PATH
73 export GUILE_LOAD_COMPILED_PATH