scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit c901f8723b03863440d63986bf14f442dd1244c7
parent 4f96e73cfc1e0f86ffd557d377f7489999a8a31e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 24 Jan 2016 17:34:13 +0100

Add POSIX rule to the driver Makefile

Diffstat:
Mdriver/posix/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/driver/posix/Makefile b/driver/posix/Makefile @@ -1,3 +1,5 @@ +.POSIX: + include ../../config.mk all: scc