Made sure to default to C99. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 4caf3c9f7c95a696dcfabedc7d4cb873a17b1949
 (DIR) parent d15f9e2f5ba3dd92baec6c0e5106375d1a7cf68a
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Fri,  2 Sep 2016 09:37:21 -0500
       
       Made sure to default to C99.
       
       Diffstat:
         config.mk.def                       |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.mk.def b/config.mk.def
       @@ -1,6 +1,10 @@
        # config.mk - makefile configuration for sam
        # copyright 2015 Rob King <jking@deadpixi.com>
        
       +# CC is the C compiler to use
       +CC=c99
       +# CC=gcc -std=c89 is another good option
       +
        # DESTDIR is the root of the installation tree
        DESTDIR?=/usr/local