started the implementation
[visor] / libvisor / Makefile
index 095481e..757ab30 100644 (file)
@@ -4,7 +4,7 @@ dep = $(obj:.o=.d)
 
 liba = libvisor.a
 
-CFLAGS = -pedantic -Wall -g
+CFLAGS = -pedantic -Wall -g -Iinclude
 
 $(liba): $(obj)
        $(AR) rcs $@ $<