(ext:install-c-compiler)
(setf c:*user-ld-flags* "-lsndfile")
(compile-file "boilerplate.ecl" :system-p t)
(c:build-program "synth-synth" :lisp-files '("boilerplate.o"))
(quit)
Response: text/plain
| Original URL | gopher://gopher.club/0/users/screwtape/build.ecl |
|---|---|
| Content-Type | text/plain; charset=utf-8 |