summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvoisin2014-02-12 02:11:33 +0000
committerjvoisin2014-02-12 02:11:33 +0000
commit9360162a5efc49291497e918514478f82b7ba488 (patch)
tree3fec15a3b55449678bd8be1cb1fb991d25cda0dc /Makefile
parentd152570e1176d2ed79fd0bc4c49d1a12259e7ab2 (diff)
Add some userdb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..88fe219
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
1SCRIPT = peid_to_yara.py
2
3all: clean python3
4
5python3:
6 python3 $(SCRIPT) -o test.txt ./userdb/userdb*
7
8clean:
9 rm -f test.txt