# # FUTILITY ONBORARD SOFTWARE # DEPS = ../common/protocol.o ../common/protocol.h futility: futility.o $(DEPS) Makefile gcc -Wall $< -o $@