]> git.ipfire.org Git - thirdparty/bird.git/blame - misc/Makefile
Filter: Fix function comparison
[thirdparty/bird.git] / misc / Makefile
CommitLineData
87b60bf7
MM
1all: ips
2
3ips: ips.c
4 gcc ips.c -o ips -lm -O2 -Wall
5
6clean:
7 rm -f ips