From 77b9b14d4e66f5070479251385ec13731db4fdc1 Mon Sep 17 00:00:00 2001 From: Nick_Kramer Date: Sat, 18 Feb 2023 09:10:17 -0400 Subject: [PATCH] Add description, --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cad14dd --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +compile: + gcc -Wall -g3 -fsanitize=address -pthread server_NT117.c -o server_NT117 + gcc -Wall -g3 -fsanitize=address -pthread client_NT117.c -o client_NT117 +FLAGS = -L /lib64 +LIBS = -lusb-1.0 -l pthread