linux-stable/Documentation/lguest/Makefile

9 lines
201 B
Makefile

# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include
LDLIBS:=-lz
all: lguest
clean:
rm -f lguest