diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-17 02:29:46 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-17 02:29:46 -0400 |
commit | 96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 (patch) | |
tree | d59d8a6fd1a43f4e985654466a9bd7bd5df8cf46 /README.git | |
parent | 5370238316ee4284fe058a9c298a5734d2686678 (diff) | |
download | gunmake-96cf67bd29957cfde6c5f15cfec7e370c6dbabe2.tar.gz |
Update source file format: remove TABs, use GNU coding styles.
Diffstat (limited to 'README.git')
-rw-r--r-- | README.git | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -56,6 +56,17 @@ constructing multiple commits from various files and even from different diff chunks in the same file. There is a video available which helps a lot. +Coding Standards +---------------- + +GNU make code adheres to the GNU Coding Standards. Additionally, GNU make is +a foundational bootstrap package for the GNU project; as such it is very +conservative about language features it expects. It should build with any C +compiler conforming to the ANSI C89 / ISO C90 standard. + +Please use only spaces and no TAB characters in source code. + + Building From Git ----------------- |