Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashkovsky committed Apr 13, 2022
1 parent 5bc8967 commit 6aea67e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
monitor: clean
go build -o monitor
clean:
rm -f monitor
Binary file renamed main → monitor
Binary file not shown.

0 comments on commit 6aea67e

Please sign in to comment.