diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-10-22 19:36:54 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-10-22 19:36:54 +0300 |
commit | 9b4a09677a352d9938e4505bfc2d0c8d304567ac (patch) | |
tree | 1863f0d4c58f4019f86910f76c96f5823fd01dd4 /Makefile |
Hello world XMPP echo component
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d401472 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + go build -o telegabber |