prefix ?= /usr/local
gitdir ?= $(shell git --exec-path)
gitver ?= $(word 3,$(shell git --version))
$(SOURCE:.cpp=.o)
$(patsubst %.cpp, %.c, $(SOURCES))
%.o: %.c
ffmpeg -i $< > $@ # Input and output
foo $^
default:
@echo "hello."
@false