Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

/demos/branches/xen/astro/makefile
File deleted
/demos/branches/xen/astro/Makefile
0,0 → 1,10
APPS:= asteroid
 
S?=../../
include $(S)/mk/App.mk
 
asteroid:
make -f $(S)/Makefile APP=asteroid \
OTHEROBJS="initfile.o astro.o stat.o rock.o" \
SHARKOPT="__LINUXC26__ __PCI__ __INPUT__ __FB__"