Signed-off-by: Chloe M. <chloe@mirocom.org>
@@ -19,8 +19,12 @@ all: blobchain
.PHONY: blobchain
blobchain: $(OFILES)
$(CC) $< -o $@
$(CC) $^ -o $@
-include $(DFILES)
%.o: %.c
$(CC) -c $< $(CFLAGS) -o $@
.PHONY: clean
clean:
rm -f $(OFILES) $(DFILES)
The note is not visible to the blocked user.