/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

  1. # This creates the demonstration utility "lguest" which runs a Linux guest.
  2. CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
  3. all: lguest
  4. clean:
  5. rm -f lguest