diff options
| author | Blaster4385 <[email protected]> | 2025-10-29 10:49:58 +0530 |
|---|---|---|
| committer | Blaster4385 <[email protected]> | 2025-10-29 10:49:58 +0530 |
| commit | 6a253bf6fcd845b1abbcf5cf3064196793f1a0bd (patch) | |
| tree | 71238c3fc04df6f0f38fee6ab1e8f0f254c5e3ed /go-sysmon/Makefile | |
| parent | 9a7fd378324a514b1baff96f0ee86b21e6406fe7 (diff) | |
Diffstat (limited to 'go-sysmon/Makefile')
| -rw-r--r-- | go-sysmon/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/go-sysmon/Makefile b/go-sysmon/Makefile new file mode 100644 index 0000000..a4aa7da --- /dev/null +++ b/go-sysmon/Makefile @@ -0,0 +1,7 @@ +.PHONY: sysmon clean + +sysmon: + go build -ldflags "-s -w" + +clean: + rm esp8266-sysmon |