CXX=g++

all: dx72faust.cpp
	$(CXX) -o dx72faust dx72faust.cpp

clean:
	rm dx72faust

install:
	cp dx72faust /usr/local/bin
