1 2all: vm86_test 3 4vm86_test: vm86_test_asm.s vm86_test.c 5 $(CC) -Wall -Wextra -g -m32 -O -o vm86_test vm86_test_asm.s vm86_test.c 6 7