aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/lguest/Makefile
blob: bac037eb1cda771905bc9ed22926f8eb6a237481 (plain) (blame)
1
2
3
4
5
6
7
8
# 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