aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-28 15:13:43 +0100
committerMattias Andrée <m@maandree.se>2026-02-28 15:13:43 +0100
commit866a5edaddb1fc9a260ca026883474864b6818c2 (patch)
tree750b69357e500935099b0d68687469c5b47599cf /Makefile
parentAdd demo (diff)
downloadlibquanta-866a5edaddb1fc9a260ca026883474864b6818c2.tar.gz
libquanta-866a5edaddb1fc9a260ca026883474864b6818c2.tar.bz2
libquanta-866a5edaddb1fc9a260ca026883474864b6818c2.tar.xz
Add missing dep in makefile
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)