Minor changes to Makefile to make building quieter and add personal laptop as test...
authorAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 7 Feb 2023 06:20:12 +0000 (22:20 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 7 Feb 2023 06:20:12 +0000 (22:20 -0800)
Makefile

index 97fe174..336e448 100644 (file)
--- a/Makefile
+++ b/Makefile
 all: illi
 
 illi:
 all: illi
 
 illi:
-       go build
+       @go build
 
 clean:
 
 clean:
-       go clean
+       @go clean
 
 
+test: clean all
+       @scp illi 192.168.1.115:/tmp/
+
+testkill:
+       @ssh 192.168.1.115 "pkill illi"