Files
picoCTF/guessing_game_1/Makefile.share
2025-12-21 19:35:24 +01:00

6 lines
88 B
Makefile

all:
gcc -m64 -fno-stack-protector -O0 -no-pie -static -o vuln vuln.c
clean:
rm vuln