goat3dgfx

diff Makefile @ 8:98f87a1dbb2f

added COPYING and README
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Nov 2013 03:35:20 +0200
parents 1873dfd13f2d
children 25b911c7c35c
line diff
     1.1 --- a/Makefile	Sun Nov 17 09:13:27 2013 +0200
     1.2 +++ b/Makefile	Mon Nov 18 03:35:20 2013 +0200
     1.3 @@ -25,6 +25,8 @@
     1.4  	pic = -fPIC
     1.5  endif
     1.6  
     1.7 +dbg = -g
     1.8 +warn = -Wall
     1.9  
    1.10  CFLAGS = -pedantic $(warn) $(dbg) $(pic) $(opt) $(inc) $(libs_cflags)
    1.11  CXXFLAGS =  $(CFLAGS)