@@ -2,10 +2,9 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
SRC = *.c
CFLAGS = -Wall -Ofast
all: SOCgen SOCadmissible
%: %.c
%: src/%.c
gcc $(CFLAGS) -o $@ $^
The note is not visible to the blocked user.