@@ -0,0 +1,12 @@
OBJ = init.o libexec/boot.o libexec/shut.o libexec/common.o
BIN = init
all: $(BIN) poweroff
$(BIN): $(OBJ)
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS)
fmt:
clang-format -i *.c libexec/*.c
clean:
rm -f $(BIN) $(OBJ)
The note is not visible to the blocked user.