mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
6 lines
130 B
Makefile
6 lines
130 B
Makefile
|
|
all: vm86_test
|
|
|
|
vm86_test: vm86_test_asm.s vm86_test.c
|
|
$(CC) -Wall -Wextra -g -m32 -O -o vm86_test vm86_test_asm.s vm86_test.c
|
|
|