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