summaryrefslogtreecommitdiff
path: root/Makefile
blob: 221f0150305b4dad66d8b45a49e905c6bf34ccc4 (plain)
1
2
3
4
5
6
CXX=g++ -std=c++0x -O3 -Wall -Wextra -Werror -lpthread

all: cacount

clean:
	-rm cacount *~
contact: Jan Huwald // Impressum