source:
trunk/zoo-project/zoo-services/hello-mono/Makefile
@
894
Last change on this file since 894 was 794, checked in by djay, 8 years ago | |
---|---|
|
|
File size: 184 bytes |
Line | |
---|---|
1 | all: cgi-env/TestService.dll |
2 | |
3 | cgi-env/TestService.dll: test.cs |
4 | mcs /target:library -r:../../zoo-api/mono/ZMaps.dll -out:cgi-env/TestService.dll test.cs |
5 | |
6 | clean: |
7 | rm -rf cgi-env/*dll |
Note: See TracBrowser
for help on using the repository browser.