CC = gcc SRCS = $(wildcard *.c) STR = $(subst from,to,from your heart) all: $(CC) $(SRCS) -o hello clean: rm -rf *.exe