@@ -0,0 +1,11 @@
BIN= cdplayer
OBJ= \
cdplayer.o \
tinyalsa/src/pcm.o \
tinyalsa/src/pcm_hw.o \
tinyalsa/src/snd_card_plugin.o
CFLAGS = -Itinyalsa/include
$(BIN): $(OBJ)
$(CC) $(OBJ) -o $(BIN)
The note is not visible to the blocked user.