Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1606 → Rev 1690

/demos/trunk/astro/makefile
File deleted
/demos/trunk/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__"