From 866a5edaddb1fc9a260ca026883474864b6818c2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 28 Feb 2026 15:13:43 +0100 Subject: Add missing dep in makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3464de0..bc3122e 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ MAN7 = libquanta.7 all: libquanta.a libquanta.$(LIBEXT) demo $(OBJ): $(HDR) $(LOBJ): $(HDR) +demo.o: libquanta.h .c.o: $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) -- cgit v1.2.3-70-g09d2