CXX=clang++-7 all: fft fft: fft.cpp $(CXX) -Wall -std=c++17 -o $@ $^ install: clean: rm -f fft .PHONY: clean