/
..
#
CONTENT
#
TOP
Makefile
MAKEFILE
1
2
3
4
5
6
all
: build
build
:
nasm -f elf64 exp.asm -o exp.o
ld exp.o -o exp.elf
python3 patch.py