CSC = mcs DLLS = -r glib-sharp.dll \ -r gtk-sharp.dll \ -r System.Drawing.dll all: $(CSC) /unsafe $(DLLS) table.cs clean: rm -f *.exe