diff options
Diffstat (limited to 'tool/Makefile')
-rw-r--r-- | tool/Makefile | 2 |
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 |