textfile: textfile.o linlib.o
	gcc textfile.o linlib.o -o textfile
textfile.o: textfile.asm
	nasm -f elf textfile.asm
linlib.o: linlib.asm
	nasm -f elf linlib.asm