object-counter: Introduces C# example
[lcapit-junk-code.git] / object-counter / csharp / Makefile
blobefcb7494c139373a8d196844a39949da6fe990bb
2 all: obj-counter.exe
5 obj-counter.exe: obj-counter.cs
6 mcs $<
8 clean:
9 rm -f *~ *.exe