Newer
Older
ubixos / src / sys / boot / Makefile
@reddawg reddawg on 2 May 2002 127 bytes Damned Errors
# $Id$
# Boot Strap Makefile (C) 2002 The UbixOS Project

all: boot

boot: boot.s
	as -o boot.o boot.s
	
clean:
	(rm -fr boot)