blob: 0ac34206f7a7c6fb44f92bd664f71487084580e3 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# This creates the demonstration utility "lguest" which runs a Linux guest.
2# Missing headers? Add "-I../../../include -I../../../arch/x86/include"
3CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE
4
5all: lguest
6
7clean:
8 rm -f lguest