
sp_crtstand.o: sp_crtstand.s
	as -o sp_crtstand.o sp_crtstand.s

install: sp_crtstand.o

clean:
	rm -f sp_crtstand.o
