Remove debugging statement

This commit is contained in:
Tom Willemse 2016-11-15 17:26:11 +01:00
parent 43648329c1
commit 7184b20bc1

View file

@ -2,7 +2,6 @@ EMACS = /usr/bin/emacs
SCHEME_IMPLEMENTATION = guile
define tangle =
echo $(SCHEME_IMPLEMENTATION)
@echo -e "\e[35mOBT\e[0m" $<
@$(EMACS) -batch \
-eval "(package-initialize)" \