core: blob+stream: Store stream/blob hashes
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -8,6 +8,8 @@ DFILES = $(CFILES:.c=.d)
|
||||
OFILES = $(CFILES:.c=.o)
|
||||
|
||||
CC = gcc
|
||||
LIBS = $(shell pkg-config --libs "openssl")
|
||||
|
||||
CFLAGS = \
|
||||
-Wall \
|
||||
-pedantic \
|
||||
@@ -19,7 +21,7 @@ all: blobchain
|
||||
|
||||
.PHONY: blobchain
|
||||
blobchain: $(OFILES)
|
||||
$(CC) $^ -o $@
|
||||
$(CC) $(LIBS) $^ -o $@
|
||||
|
||||
-include $(DFILES)
|
||||
%.o: %.c
|
||||
|
||||
Reference in New Issue
Block a user