• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This creates the demonstration utility "lguest" which runs a Linux guest.
2CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
3LDLIBS:=-lz
4
5all: lguest
6
7clean:
8	rm -f lguest
9