diff options
author | Jan Huwald <jh@sotun.de> | 2013-02-27 12:53:28 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2013-02-27 12:53:28 (GMT) |
commit | ea0af731616517ced2b8f3c2e0e37bd8daa4e3eb (patch) | |
tree | ed2abf0bc9ebcb2fc0240fbce15444577e5716e6 /Makefile |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..010c76d --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CXX=g++ -std=c++0x -O3 -Wall -Wextra -Werror + +all: cacount + +clean: + -rm cacount *~
\ No newline at end of file |