root/honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry/Makefile

Revision 118, 197 bytes (checked in by kindlund, 2 years ago)

Completed draft version of code; everything appears to work… still need to rigorously test it and cleanup debug logic, along with documentation and unit testing.

  • Property svn:keywords set to Id "$file"
Line 
1 # CVS: $Id$
2
3 Parser:
4     chmod 644 Makefile
5     chmod 644 Parser.yp
6     yapp -m HoneyClient::Agent::Integrity::Registry::Parser Parser.yp
7
8 clean:
9     rm -f Parser.pm
10     rm -f Parser.3pm
11
12 all: Parser
Note: See TracBrowser for help on using the browser.