From aaa059ef1988f3e6af722a2a7d79123cfd3b5e2f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 22 Mar 2014 19:25:39 +0100 Subject: Add etisnoop tool --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2acfe75 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ + +CC=gcc + +all: etisnoop + +etisnoop: etisnoop.c lib_crc.c lib_crc.h + $(CC) -Wall -ggdb etisnoop.c lib_crc.c -o etisnoop + +clean: + rm -f etisnoop *.o -- cgit v1.2.3