@@ -0,0 +1,9 @@
CC = gcc
CFLAGS = -Wall
LIBS = -lreadline
tinysh: main.c
$(CC) $(CFLAGS) main.c -o tinysh $(LIBS)
clean:
rm -f tinysh
The note is not visible to the blocked user.