summaryrefslogtreecommitdiffstats
path: root/misc/Makefile
blob: fe0307d533a623d5feef2346c08fa8b172166b98 (plain)
1
2
3
4
5
6
7
all: ips

ips: ips.c
	gcc ips.c -o ips -lm -O2 -Wall

clean:
	rm -f ips