all:
	nasm fossfor.asm -o fossfor-main.c
	cat fossfor.header fossfor-main.c > fossfor.c
	rm fossfor-main.c
	chmod +x fossfor.c
	
