Nothing is working.
@@ -0,0 +1,7 @@
CFLAGS = -std=gnu99 -Wall
all: ell
ell: ell.c
$(CC) $(CFLAGS) $< -o $@
clean:
rm ell
.PHONY: all clean
The note is not visible to the blocked user.