From ba650b0b9fe6c23023e3205bec096e0e7ca9d847 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 20 Oct 2024 03:33:44 -0300 Subject: Adjust to conventional Makefile skeleton --- deps.mk | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'deps.mk') diff --git a/deps.mk b/deps.mk index e69de29..3efeded 100644 --- a/deps.mk +++ b/deps.mk @@ -0,0 +1,25 @@ +libs.go = \ + src/gobang.go \ + tests/gobang.go \ + +mains.go = \ + tests/main.go \ + +functional-tests/lib.go = \ + +functional-tests/main.go = \ + +fuzz-targets/lib.go = \ + +fuzz-targets/main.go = \ + +benchmarks/lib.go = \ + +benchmarks/main.go = \ + +src/gobang.a: src/gobang.go +tests/gobang.a: tests/gobang.go +tests/main.a: tests/main.go +tests/main.bin: tests/main.a +tests/main.bin-check: tests/main.bin +tests/main.a: tests/$(NAME).a -- cgit v1.2.3