This website requires JavaScript.
Explore
Help
Sign In
mirror
/
labs-bird
Watch
1
Star
0
Fork
0
mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced
2024-05-11 16:54:54 +00:00
Code
Releases
Activity
Files
python-cli
labs-bird
/
misc
/
Makefile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
8 lines
72 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
Added several tools for fib hashing function analysis. It turned out
1998-12-19 11:51:47 +00:00
all
:
ips
ips
:
ips
.
c
gcc ips.c -o ips -lm -O2 -Wall
clean
:
rm -f ips
Copy Permalink