vrmodel
diff inptools/test/Makefile @ 2:be91b72ce3f9
foobar
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 30 Aug 2014 21:46:37 +0300 |
parents | affaad5fcd30 |
children |
line diff
1.1 --- a/inptools/test/Makefile Fri Aug 29 23:07:59 2014 +0300 1.2 +++ b/inptools/test/Makefile Sat Aug 30 21:46:37 2014 +0300 1.3 @@ -2,7 +2,7 @@ 1.4 obj = $(src:.c=.o) 1.5 bin = test 1.6 1.7 -CFLAGS = -pedantic -Wall -g 1.8 +CFLAGS = -pedantic -Wall -g -I../../include 1.9 1.10 $(bin): $(obj) 1.11 $(CC) -o $@ $(obj) $(LDFLAGS)