From 5a981b821275c3d1c4ca75d4ebeb1b084c2a7c79 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 10 Aug 2022 13:05:46 +0200 Subject: [PATCH] bug: Fix installing --- Makefile | 2 +- spec/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 spec/.gitkeep diff --git a/Makefile b/Makefile index 24f8559..be29bdd 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ clean: install: build doc @echo "\033[1;97mInstall C library\033[0m" - xargs install -vDm 644 -t $(INSTALL_LIBDIR)/$(PROJECT) $(TARGET) + install -vDm 644 -t $(INSTALL_LIBDIR)/$(PROJECT) $(TARGET) @echo "\033[1;97mInstall documentation\033[0m" install -vd $(INSTALL_DOCDIR) diff --git a/spec/.gitkeep b/spec/.gitkeep new file mode 100644 index 0000000..e69de29