Adjusted makefiles

This commit is contained in:
John Jones 2016-11-07 16:29:30 -05:00
parent 841c3f93cd
commit 8d82e8235b
20 changed files with 51 additions and 24 deletions

View file

@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -O0
CFLAGS = -O0 -I../include -I../../c-libp2p/include
LFLAGS =
DEPS = builder.h ipfs_node.h
OBJS = builder.o