# This makefile is autogenerated by MonoDevelop # Do not modify this file SOURCES = \ ./Main.cs \ ./AssemblyInfo.cs MCS_OPTIONS = all: regulator.exe regulator.exe: $(SOURCES) mcs $(MCS_OPTIONS) -target:exe -out:"regulator.exe" $(SOURCES) \ && cp "regulator.exe" ./build/bin/. clean: rm -f regulator.exe depcheck: