From 8222367830f486215ac50073c3436288265ab648 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 30 Sep 2024 20:58:48 -0300 Subject: Add noop mkdeps.sh and empty deps.mk --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index faf264c..28c25d7 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,10 @@ GOLDFLAGS = -L $(GOLIBDIR) +all: +include deps.mk + + objects = \ src/$(NAME).a \ tests/$(NAME).a \ -- cgit v1.2.3