about summary refs log tree commit diff
path: root/Makefile
blob: 9ea1edec0974ca739469b30d7c1745cb33f18d86 (plain) (blame)
1
2
3
4
5
6
7
8
9
CFLAGS=-Wall -pedantic -ansi

all: extrace

cap: extrace
	sudo setcap cap_net_admin+ep extrace

clean:
	rm -f extrace