New test.
[mono.git] / mcs / class / Mono.Http / samples / Makefile
1 CSC=mcs
2
3 all: http-get-gzip.exe
4
5 http-get-gzip.exe: http-get-gzip.cs
6         $(CSC) -out:$@ -r:Mono.Http.dll $<
7
8 clean:
9         rm -f *.exe *~ *.pdb
10