all:	SYSTEM
	cp SYSTEM ../lib/.lnk
	echo up to date

SYSTEM:	SYSTEM.s
	as -o SYSTEM SYSTEM.s
	
clean:	tidy
	rm -f SYSTEM

tidy:
	rm -f *.CKP