(ext:install-c-compiler)
(compile-file #p"time-adder.lisp" :system-p t)
(c:build-program "a-b+c.exe" :lisp-files '("time-adder.o"))
(si:quit)