all:
	gcc -Wall x86-shell.c -o x86-shell
	gcc -Wall x86-egghunt.c -o x86-egghunt

clean:
	rm -f x86-shell x86-egghunt
