build: fft.c setup.py Makefile
	python3 setup.py install --user

test:
	python3 test.py

clean:
	rm -rf build
