aboutsummaryrefslogtreecommitdiff
path: root/tools/lguest/Makefile
blob: 0ac34206f7a7c6fb44f92bd664f71487084580e3 (plain)
1
2
3
4
5
6
7
8
# This creates the demonstration utility "lguest" which runs a Linux guest.
# Missing headers?  Add "-I../../../include -I../../../arch/x86/include"
CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE

all: lguest

clean:
	rm -f lguest