diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-28 15:13:43 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-28 15:13:43 +0100 |
| commit | 866a5edaddb1fc9a260ca026883474864b6818c2 (patch) | |
| tree | 750b69357e500935099b0d68687469c5b47599cf | |
| parent | Add demo (diff) | |
| download | libquanta-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
