source:
trunk/zoo-project/zoo-api/mono/Makefile
@
794
Last change on this file since 794 was 794, checked in by djay, 8 years ago | |
---|---|
|
|
File size: 88 bytes |
Rev | Line | |
---|---|---|
[794] | 1 | all: ZMaps.dll |
2 | ||
3 | ZMaps.dll: ZMaps.cs | |
4 | mcs /target:library ZMaps.cs | |
5 | ||
6 | clean: | |
7 | rm ZMaps.dll |
Note: See TracBrowser
for help on using the repository browser.