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

all: cacount

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