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