pman/raw-tests.scm
Michael Gran 0a30f1d23a stash
2021-02-12 16:34:18 -08:00

14 lines
214 B
Scheme
Executable File

#!/usr/bin/env sh
exec guile -L . -s "$0" "$@"
!#
(use-modules (potato make)
(srfi srfi-1))
(initialize '("test" "foo.exe" "--verbose"))
(: "foo.exe" '("foo.c")
"cc -o foo.exe foo.c")
(execute)