From 95d1abc2d2bbaa4034c33187d2fdce48e4ad1a07 Mon Sep 17 00:00:00 2001 From: Alex Hornung Date: Fri, 13 May 2011 19:33:16 +0100 Subject: [PATCH] Add Makefile * Note that this makefile relies on some local foo that you are unlikely to have. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b648071 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + gcc -O0 -Wall -g tc-play.c crc32.c openssl/openssl/libcrypto.a -o tc-play -ldevmapper -lprop +clean: + rm -f tc-play tc-play.core *.o ktrace.out