You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
347 B

ipv4.dump: ipv4.dump.xz
xz -d <ipv4.dump.xz >ipv4.dump
ipv6.dump: ipv6.dump.xz
xz -d <ipv6.dump.xz >ipv6.dump
demo.dat.xz: ipv4.dump ipv6.dump birdparse.py
python3 birdparse.py ipv4.dump ipv6.dump | xz -9e >demo.dat.xz
demo.map: demo.dat.xz buildmap.py
xz -d <demo.dat.xz | python3 buildmap.py >demo.map
test: demo.map
python3 testmap.py