FFLAGS = -ffree-form

files = main.o qrdec.o qrback.o

main: $(files)
	g77 -o main $(files)
