O_FILES = xor.o usage.o help.o CFLAGS = CC = gcc xor: $(O_FILES) $(CC) $(CFLAGS) -o xor $(O_FILES)