summaryrefslogtreecommitdiff
path: root/exec_cmd/makefile
blob: 676ee34a9696d732172435cad6c60ffacbd2dc17 (plain)
1
2
3
4
5
make:
	nasm shell.asm -felf32 -o shell.o
	ld -m elf_i386 shell.o -o shell -s
	chmod u+s shell