liblash

Basic tools written and used by lash in c programming.
Log | Files | Refs

commit 242e93cc45ad8db45b401449d66734a1b52ad099
parent f391b7d7ad66d72a582904a15a60a1fa5b79e5a2
Author: lash <dev@holbrook.no>
Date:   Fri, 31 May 2024 20:34:19 +0100

Copy all header files

Diffstat:
Msrc/Makefile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -31,9 +31,13 @@ shared: all install: shared cat -v endian/*.h >> $(DESTDIR)/include/lash.h + cp -v endian/*.h $(DESTDIR)/include/ cat -v hex/*.h >> $(DESTDIR)/include/lash.h + cp -v hex/*.h $(DESTDIR)/include/ cat -v llog/*.h >> $(DESTDIR)/include/lash.h + cp -v llog/*.h $(DESTDIR)/include/ cat -v rerr/*.h >> $(DESTDIR)/include/lash.h + cp -v rerr/*.h $(DESTDIR)/include/ cp -v liblash.so $(DESTDIR)/lib/ cd $(DESTDIR)/lib && ln -svf liblash.so liblash.so.$(VERSION)