Differences From Artifact [7c53ca1a83]:
- File ducttape/Makefile — part of check-in [701c6c5840] at 2017-02-03 17:01:02 on branch v1.63 — fix bug (user: bjbarcla, size: 844) [annotate] [blame] [check-ins using] [more...]
To Artifact [9efb623beb]:
- File ducttape/Makefile — part of check-in [e429044746] at 2019-12-15 21:44:24 on branch v1.70-defunct-try — Move bunch of stuff from opensrc repo to Megatest repo to ease development. (user: matt, size: 970) [annotate] [blame] [check-ins using] [more...]
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + | clean: rm -f *.so *.import.scm test_ducttape test_example foo *.c *.o install: chicken-install test: echo '(handle-exceptions exn (begin (print-call-chain) (exit 1)) (load "ducttape-lib.scm") (inote "hello")) (exit 0)' | csi chicken-install -no-install csc test_ducttape.scm ./test_ducttape rm -f foo test_example: |
︙ |