SOURCES=sys-con-client.c OUT=sys-con-client $(OUT): $(SOURCES) gcc -o $@ $< .PHONY: clean clean: rm $(OUT)