From b9281c89737419216b710a87c31686d21adf86bc Mon Sep 17 00:00:00 2001 From: Nicolas Sterchele Date: Wed, 31 Aug 2022 23:08:52 +0200 Subject: initial commit Thanks to Ted Unangst for its work. Originally available here https://humungus.tedunangst.com/r/inks --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..09af327 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +all: inks + +inks: go.mod *.go + go build -o inks + +clean: + rm -f inks -- cgit v1.2.3