summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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