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