invisible

diff Makefile @ 2:b0b90ef993a0

backup
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Wed, 09 Oct 2013 22:56:42 +0300
parents 80df8030105b
children 700127288dc5
line diff
     1.1 --- a/Makefile	Sat Oct 05 19:02:40 2013 +0300
     1.2 +++ b/Makefile	Wed Oct 09 22:56:42 2013 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  dep = $(obj:.o=.d)
     1.5  bin = invisible
     1.6  
     1.7 -dbg = -g -std=c++11
     1.8 +dbg = -g
     1.9  opt = -O0
    1.10  
    1.11  CXX = g++