hellomake: control.c
	     gcc -g -o control control.c lfsr.c -I .

.PHONY: clean

clean:
	rm -f *.o *~
