diff options
| author | jvoisin | 2014-02-12 02:11:33 +0000 |
|---|---|---|
| committer | jvoisin | 2014-02-12 02:11:33 +0000 |
| commit | 9360162a5efc49291497e918514478f82b7ba488 (patch) | |
| tree | 3fec15a3b55449678bd8be1cb1fb991d25cda0dc /Makefile | |
| parent | d152570e1176d2ed79fd0bc4c49d1a12259e7ab2 (diff) | |
Add some userdb
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
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 @@ | |||
| 1 | SCRIPT = peid_to_yara.py | ||
| 2 | |||
| 3 | all: clean python3 | ||
| 4 | |||
| 5 | python3: | ||
| 6 | python3 $(SCRIPT) -o test.txt ./userdb/userdb* | ||
| 7 | |||
| 8 | clean: | ||
| 9 | rm -f test.txt | ||
