diff options
author | asaf <asaf.tvn@gmail.com> | 2010-07-07 03:29:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 00:13:26 -0500 |
commit | 2d45c332b1a280442d11105d2ba3a2f97a2db303 (patch) | |
tree | 323c4ae5c65dd6b578b183329a47ab8d5e8d8a57 /development/nant/README | |
parent | 919be1ed227a366f7a332e1a48e824b5697cb7a3 (diff) | |
download | slackbuilds-2d45c332b1a280442d11105d2ba3a2f97a2db303.tar.gz |
development/nant: Added (a .NET build tool)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/nant/README')
-rw-r--r-- | development/nant/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/nant/README b/development/nant/README new file mode 100644 index 0000000000..323d042e4e --- /dev/null +++ b/development/nant/README @@ -0,0 +1,4 @@ +NAnt is a free .NET build tool. In theory, it is kind of like make, +but without make's wrinkles. In practice, it's a lot like Ant. + +This requires mono. |