From 5d72859effa2d18cdd7f900a34fd11250812cf22 Mon Sep 17 00:00:00 2001 From: Nate Choe Date: Thu, 17 Feb 2022 11:55:50 -0600 Subject: [PATCH] Fixed install headers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3f131f..b28a0cb 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ work/%.o: src/%.c $(wildcard src/swebs/*.h) install: build/$(OUT) cp build/$(OUT) $(INSTALLDIR)/$(OUT) - cp -r src/$(INCLUDE_DIRECTORY) $(HEADERDIR)/$(INCLUDE_DIRECTORY) + cp -r src/$(INCLUDE_DIRECTORY) $(HEADERDIR)/ if ! id swebs >> /dev/null 2>&1; then useradd -M swebs; fi uninstall: $(INSTALLDIR)/$(OUT)