PageRenderTime 28ms CodeModel.GetById 25ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 0ms

/Documentation/lguest/Makefile

https://bitbucket.org/sammyz/iscream_thunderc-2.6.35-rebase
Makefile | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | d0bd33708f9c757dc1abae49e574d0f0 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1# This creates the demonstration utility "lguest" which runs a Linux guest.
2CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
3
4all: lguest
5
6clean:
7	rm -f lguest