2007-07-19 16:49:29 +08:00
|
|
|
# This creates the demonstration utility "lguest" which runs a Linux guest.
|
2007-10-22 09:03:26 +08:00
|
|
|
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include
|
2007-07-19 16:49:29 +08:00
|
|
|
LDLIBS:=-lz
|
|
|
|
|
2007-10-22 09:03:26 +08:00
|
|
|
all: lguest
|
2007-07-19 16:49:29 +08:00
|
|
|
|
|
|
|
clean:
|
2007-10-22 09:03:26 +08:00
|
|
|
rm -f lguest
|