@@ -7,9 +7,14 @@ OBJ= \
CFLAGS = -Itinyalsa/include
all: $(BIN) README
$(BIN): $(OBJ)
$(CC) $(OBJ) -o $(BIN)
README: cdplayer.1
mandoc $< > $@
fmt:
clang-format -i cdplayer.c
The note is not visible to the blocked user.