diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0c6d7f9 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +monitor: clean + go build -o monitor +clean: + rm -f monitor diff --git a/main b/monitor similarity index 55% rename from main rename to monitor index c739970..610f135 100755 Binary files a/main and b/monitor differ