X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=visor;a=blobdiff_plain;f=libvisor%2FMakefile;h=757ab30fb4398af946b36b662cd13bdceab9782a;hp=095481ec2dd1364b36442f25f4052e045e8d2f57;hb=4f957b16f77eb7761afd9e0b9064c7f08deb45be;hpb=dc83bdff56d4dd7454559f5e918652f32f7e9d6d diff --git a/libvisor/Makefile b/libvisor/Makefile index 095481e..757ab30 100644 --- a/libvisor/Makefile +++ b/libvisor/Makefile @@ -4,7 +4,7 @@ dep = $(obj:.o=.d) liba = libvisor.a -CFLAGS = -pedantic -Wall -g +CFLAGS = -pedantic -Wall -g -Iinclude $(liba): $(obj) $(AR) rcs $@ $<