Awesome
ats-makefile
This is an example template adapted from the
book. It
allows you to easily build a binary using plain make
and patscc
. You can
easily initialize the template with
pi, viz.
$ pi git vmchale/ats-makefile my-cool-project
This will generate the following directory structure:
my-cool-project
├── LICENSE
├── Makefile
├── my-cool-project.dats
└── README.md