@@ -9,3 +9,9 @@ CFLAGS = -Itinyalsa/include
$(BIN): $(OBJ)
$(CC) $(OBJ) -o $(BIN)
fmt:
clang-format -i cdplayer.c
clean:
rm $(BIN) $(OBJ)
The note is not visible to the blocked user.