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