CXX_SOURCES := main.cpp

include Makefile.rules

# Clean renamed executable on 'make clean'
clean::
	$(RM) -f no_synth

