1
0
Fork 0
mirror of https://github.com/tailix/autotools-project.git synced 2024-10-27 05:23:30 -04:00
autotools-project/README.md
2022-06-07 07:10:53 +03:00

15 lines
294 B
Markdown

Autotools project
=================
This is a template of an Autotools project.
Don't forget to change the following files:
* `.gitignore`
* `AUTHORS`
* `configure.ac`
* `COPYING`
* `Makefile.am`
* `README.md`
Remove directory `include` and submodule `vendor/cross` if you don't need them.