summaryrefslogtreecommitdiffstats
path: root/profile/Makefile
blob: b0b64b427da0587fd78071c87071efc28eda7e83 (plain)
1
2
3
4
5
statsd-stress: statsd-stress.c
	gcc -O2 -Wall -Wextra -o $@ $^ -pthread

all: statsd-stress