Files
metasploit-gs/tools/context/Makefile
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
225 B
Makefile
Raw Normal View History

# 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)