Subversion Repositories NedoOS

Rev

Rev 922 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
930 alone 1
NAME		= loyd.com
2
OBJECTS		=
3
SOURCES		= main.asm zx.fnt
4
SJASMPLUS	= ../../../tools/sjasmplus
5
INSTALLDIR	= ../../../release/nedogame
6
 
7
all: ${NAME} ${SOURCES}
8
 
9
tetris.com: ${SOURCES}
10
	${SJASMPLUS} --nologo main.asm
11
 
12
clean: 
13
	rm -f ${NAME} ${OBJECTS}
14
install: all
15
	cp ${NAME} ${INSTALLDIR}
16
install-doc: ${DOC} 
17
#	cp ${DOC} ${INSTALLDIR}/doc