Fixed lib header install dependency

This commit is contained in:
Bob Polis 2021-12-21 15:02:54 +01:00
parent d2f15b858d
commit 99c8a69447

View File

@ -101,7 +101,7 @@ clean:
$(RM) build $(RM) build
$(MAKE) -C tests clean $(MAKE) -C tests clean
install: install: $(LIBNAME).hpp
$(INSTALL) -d $(LIBDIR) $(INSTALL) -d $(LIBDIR)
$(INSTALL) -m 644 $(OUTDIR)$(REALNAME) $(LIBDIR) $(INSTALL) -m 644 $(OUTDIR)$(REALNAME) $(LIBDIR)
$(INSTALL) -d $(INCLUDEDIR) $(INSTALL) -d $(INCLUDEDIR)