diff options
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 | ||
