2007-07-19 02:49:29 -06:00
|
|
|
# This creates the demonstration utility "lguest" which runs a Linux guest.
|
2010-08-27 08:39:48 -06:00
|
|
|
CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE
|
2007-07-19 02:49:29 -06:00
|
|
|
|
2007-10-21 19:03:26 -06:00
|
|
|
all: lguest
|
2007-07-19 02:49:29 -06:00
|
|
|
|
|
|
|
clean:
|
2007-10-21 19:03:26 -06:00
|
|
|
rm -f lguest
|