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