Add makefile target for preprocessor
authorFrancis Giraldeau <francis.giraldeau@gmail.com>
Thu, 10 May 2012 15:53:20 +0000 (11:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 May 2012 15:53:20 +0000 (11:53 -0400)
By specifying .i target, it runs gcc preprocessor for that file.
Example:

  make myfile.i

will read myfile.c and output preprocessor to myfile.i

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.025088 seconds and 4 git commands to generate.