tinygi

diff Makefile @ 2:72752a1b3dbe

images and shapes
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 21 Jul 2015 04:30:00 +0300
parents 16fdca2a1ef5
children
line diff
     1.1 --- a/Makefile	Mon Jul 20 04:38:53 2015 +0300
     1.2 +++ b/Makefile	Tue Jul 21 04:30:00 2015 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  bin = tgi
     1.5  
     1.6  CFLAGS = -pedantic -Wall -g
     1.7 +LDFLAGS = -lvmath -lm
     1.8  
     1.9  $(bin): $(obj)
    1.10  	$(CC) -o $@ $(obj) $(LDFLAGS)