From 516ca9e257306420759b9531c7aac0c42872a778 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 5 Aug 2024 07:34:39 -0300 Subject: Makefile: Build with "go tool compile" and "go tool link" --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 85a298a..5dc8bc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -/*.bin +/src/*.a +/tests/*.a /tests/*.bin -- cgit v1.2.3