libpsys
diff Makefile.in @ 9:9c24273f211b
first test is done
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Wed, 28 Sep 2011 03:42:01 +0300 |
parents | 3c0a306c5f01 |
children | 0f83e882fd04 |
line diff
1.1 --- a/Makefile.in Tue Sep 27 21:47:27 2011 +0300 1.2 +++ b/Makefile.in Wed Sep 28 03:42:01 2011 +0300 1.3 @@ -18,7 +18,7 @@ 1.4 1.5 CC = gcc 1.6 AR = ar 1.7 -CFLAGS = -std=c89 -pedantic -Wall -g -fPIC -Isrc 1.8 +CFLAGS = -std=c89 -pedantic -Wall $(dbg) $(opt) -fPIC -Isrc 1.9 LDFLAGS = -lanim -limago -lvmath 1.10 1.11 .PHONY: all