autotools-project/README.md

16 lines
294 B
Markdown
Raw Normal View History

2022-06-07 01:09:06 +00:00
Autotools project
=================
This is a template of an Autotools project.
Don't forget to change the following files:
2022-06-07 01:29:28 +00:00
* `.gitignore`
2022-06-07 01:09:06 +00:00
* `AUTHORS`
* `configure.ac`
* `COPYING`
* `Makefile.am`
* `README.md`
2022-06-07 04:10:53 +00:00
Remove directory `include` and submodule `vendor/cross` if you don't need them.