1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00
metasploit-framework/tools/context/Makefile
HD Moore 74a68138fc Add new context-keyed encoders from Dimitris Glynos ( http://census-labs.com/news/2010/06/04/athcon-2010-update/ )
git-svn-id: file:///home/svn/framework3/trunk@9457 4d416f70-5f16-0410-b530-b9f4589650da
2010-06-09 16:43:46 +00:00

12 lines
225 B
Makefile

# Minimalistic Makefile for key generators used in
# context-keyed payload encoding.
#
# Author: Dimitris Glynos <dimitris@census-labs.com>
KEYGENS=cpuid-key time-key stat-key
default: $(KEYGENS)
clean:
rm -f $(KEYGENS)