@@ -0,0 +1,14 @@
CC=gcc
CFLAGS=-I.
DEPS = -lopengl32 -lglu32 -lgdi32
OUTPUT = szescian.exe
default:
$(CC) -g *.c $(DEPS) -static -o $(OUTPUT)
cp /usr/bin/msys-2.0.dll .
run: default
./$(OUTPUT)
clean:
rm $(OUTPUT) msys-2.0.dll
The note is not visible to the blocked user.