intro_hacking_ctf/reversing/Makefile
2024-02-20 15:52:08 +01:00

3 lines
81 B
Makefile

strings_example: strings_example.c
gcc -o strings_example strings_example.c -O3