@@ -0,0 +1,7 @@
TARGET=respak
all:
gcc respak.c -o $(TARGET)
clean:
rm -rf ./$(TARGET)
The note is not visible to the blocked user.