From 67860598185d248756316549a7522968f7294990 Mon Sep 17 00:00:00 2001 From: ZoRo Date: Thu, 26 Jan 2017 22:23:28 +0000 Subject: Made working basic mq IPC communication --- tool/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tool/Makefile (limited to 'tool/Makefile') diff --git a/tool/Makefile b/tool/Makefile new file mode 100644 index 0000000..915bf78 --- /dev/null +++ b/tool/Makefile @@ -0,0 +1,2 @@ +make: + gcc mqtool.c -o mqtool -lrt \ No newline at end of file -- cgit v1.2.3