2007-07-19 08:49:29 +00:00
|
|
|
# This creates the demonstration utility "lguest" which runs a Linux guest.
|
2011-05-30 17:14:11 +00:00
|
|
|
# Missing headers? Add "-I../../../include -I../../../arch/x86/include"
|
2010-08-27 14:39:48 +00:00
|
|
|
CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE
|
2007-07-19 08:49:29 +00:00
|
|
|
|
2007-10-22 01:03:26 +00:00
|
|
|
all: lguest
|
2007-07-19 08:49:29 +00:00
|
|
|
|
|
|
|
clean:
|
2007-10-22 01:03:26 +00:00
|
|
|
rm -f lguest
|