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)
commit23e6a44f127a046d02dbe8e9895cc2baf0d57c7d
treedb813dafdbf10b12ec81ea5650411c0a5055a815
parent37303c7509bf98243512fbcd54f481e62f215c4b
Add makefile target for preprocessor

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>
Makefile
This page took 0.025306 seconds and 4 git commands to generate.