From 4d8efdd4552874092263bf567701c3459b05a780 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Aug 2009 12:23:32 +0100 Subject: [PATCH] HACKING: Document make targets and ./configure --enable-gcc-warnings. --- HACKING | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HACKING b/HACKING index 3746ffd..a61de09 100644 --- a/HACKING +++ b/HACKING @@ -24,6 +24,13 @@ Please make sure that the code compiles without warnings. Please test any changes. +Useful targets: + make syntax-check Checks the syntax of the C code. + make check Runs the test suite. + +Enable warnings, and fix any you find: + ./configure --enable-gcc-warnings + Code indentation ---------------------------------------------------------------------- Our C source code generally adheres to some basic code-formatting -- 1.8.3.1