@@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: 2025 Ämin Baumeler <amin@indyfac.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
CFLAGS = -Wall -Ofast
all: superflow
clean:
rm -v superflow
%: src/%.c
gcc $(CFLAGS) -o $@ $^
The note is not visible to the blocked user.