diff options
author | ZoRo <dos21h@gmail.com> | 2019-03-31 10:09:20 +0100 |
---|---|---|
committer | ZoRo <dos21h@gmail.com> | 2019-03-31 10:09:20 +0100 |
commit | debd877540525c6123439ea72db040a230231d5c (patch) | |
tree | de1a74fca433d1a0dd997509188baf53ec582886 /Makefile | |
download | hago-debd877540525c6123439ea72db040a230231d5c.tar.gz hago-debd877540525c6123439ea72db040a230231d5c.zip |
Hago server initial setup
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..75f9484 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +make: + go build haserver.go
\ No newline at end of file |