all:
	nasm -f bin decrypt.asm
	xxd -i decrypt > decrypt.h
	gcc encrypt.c -o encrypt
	cp /bin/ls .
