summaryrefslogtreecommitdiff
path: root/Makefile
blob: 88fe21968b65a63a90422f5cc8b32143ba608a5c (plain)
1
2
3
4
5
6
7
8
9
SCRIPT = peid_to_yara.py

all: clean python3

python3:
	python3 $(SCRIPT) -o test.txt ./userdb/userdb*

clean:
	rm -f test.txt