CFLAGS+= -Wall all: replaceit replaceit: replaceit.c $(CC) $(CFLAGS) $< -o $@ clean: rm replaceit install: replaceit cp replaceit /usr/local/bin