commit d60d9d3a970c5647ac048156b99c7e3314792902
parent 2f87679733b30e0f140e2d8ab7e7d483027df13a
Author: lash <dev@holbrook.no>
Date: Mon, 3 Mar 2025 12:32:34 +0000
Add aux dir create
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/aux/Makefile b/src/aux/Makefile
@@ -6,5 +6,6 @@ install: hashmap
install -m0644 -v hashmap.c/*.h -t $(DESTDIR)/include
hashmap:
+ install -m0755 -v -d $(DESTDIR)/lib
$(CC) $(CFLAGS) -c hashmap.c/hashmap.c -o hashmap.c/hashmap.o
$(AR) rcs $(DESTDIR)/lib/libhashmap.a hashmap.c/hashmap.o