all: hello HDRS = hello.hSRCS = hello.c ALL_SRCS = $(HDRS) $(SRCS) hello: $(ALL_SRCS) gcc -o hello $(SRCS)