@@ -0,0 +1,12 @@
CC := gcc
CFLAGS := -std=c17 -Wall -Wextra -g
CPPFLAGS :=
LDLIBS :=
fakeid.so: fakeid.c
$(CC) $(CFLAGS) -shared -fPIC -o fakeid.so fakeid.c
.PHONY: clean
clean:
rm -rf fakeid.so
The note is not visible to the blocked user.