@@ -0,0 +1,9 @@
CC = gcc
CFLAGS = -g
all: cyoa
cyoa: cyoa.c
cyoa.c: cyoa.leg
leg -o $@ $^
clean:
rm -f cyoa.c cyoa
The note is not visible to the blocked user.