From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- ccc/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ccc/Makefile (limited to 'ccc/Makefile') diff --git a/ccc/Makefile b/ccc/Makefile new file mode 100644 index 0000000..6fb5006 --- /dev/null +++ b/ccc/Makefile @@ -0,0 +1,3 @@ +compression_test: compression_test.cc + g++ compression_test.cc -lboost_filesystem -lboost_iostreams -o compression_test + -- cgit v1.2.3