Adding some comments after re-reading last night's code commit.
[illi] / Makefile
# (c) 2023 Aaron Taylor <ataylor at subgeniuskitty dot com>
# See LICENSE.txt file for copyright and license details.
####################################################################################################
# Configuration
#CC = cc
#CC_FLAGS = -Wall -std=c99
####################################################################################################
# Build
all: illi
illi:
@go build
clean:
@go clean
test: clean all
@scp illi 192.168.1.115:/tmp/
testkill:
@ssh 192.168.1.115 "pkill illi"