scheme/makefile polyglot added by carld on Thu Jan 19 12:36:02 2012

#|

polyglot: polyglot.scm
        csc -o polyglot $(MAKEFILE_LIST)

define scheme_source
# |#

(define (say-it)
  (printf "Hello, World!~%"))
(say-it)

#|
endef
# |#