@@ -0,0 +1,7 @@
CC := i586-pc-msdosdjgpp-gcc-12.2.0
all:
$(CC) -O2 -static -s -I. janet.c shell.c -o bin/janet.exe
clean:
rm bin/janet.exe
The note is not visible to the blocked user.