• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

compiled/H03-May-2022-2010

doc/H06-Nov-2021-

LICENSEH A D08-Oct-2021461 119

README.mdH A D08-Oct-2021779 2517

collection-sig.rktH A D08-Oct-2021122 95

collection-unit.rktH A D08-Oct-20211.2 KiB3934

collection.rktH A D08-Oct-2021363 1813

info.rktH A D06-Nov-2021456 21

main.rktH A D08-Oct-202176 53

make-sig.rktH A D08-Oct-2021157 97

make-unit.rktH A D08-Oct-20214.7 KiB118109

make.rktH A D08-Oct-20211.6 KiB4640

make.scrblH A D08-Oct-202114.1 KiB400293

setup-extension.rktH A D08-Oct-202110.8 KiB262241

README.md

1# make
2
3This the source for the Racket package: "make".
4
5### Contributing
6
7Contribute to Racket by submitting a [pull request], reporting an
8[issue], joining the [development mailing list], or visiting the
9IRC or Slack channels.
10
11### License
12
13Racket, including these packages, is free software, see [LICENSE]
14for more details.
15
16By making a contribution, you are agreeing that your contribution
17is licensed under the [Apache 2.0] license and the [MIT] license.
18
19[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
20[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt
21[pull request]: https://github.com/racket/make/pulls
22[issue]: https://github.com/racket/make/issues
23[development mailing list]: https://lists.racket-lang.org
24[LICENSE]: LICENSE
25