summaryrefslogtreecommitdiff
path: root/tool/Makefile
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2017-01-26 22:23:28 +0000
committerZoRo <dos21h@gmail.com>2017-01-26 22:23:28 +0000
commit67860598185d248756316549a7522968f7294990 (patch)
treeb329576eca4f5dccbfec2bf7a4952abc93b8b9c8 /tool/Makefile
parenta588aa017512d3cc70dde6627d1218020e755259 (diff)
downloadagni-67860598185d248756316549a7522968f7294990.tar.gz
agni-67860598185d248756316549a7522968f7294990.zip
Made working basic mq IPC communication
Diffstat (limited to 'tool/Makefile')
-rw-r--r--tool/Makefile2
1 files changed, 2 insertions, 0 deletions
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