1
Fork 0

bug: Fix installing

This commit is contained in:
Lucas Schwiderski 2022-08-10 13:05:46 +02:00
parent 5b3559bf0e
commit 5a981b8212
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 1 additions and 1 deletions

View file

@ -84,7 +84,7 @@ clean:
install: build doc install: build doc
@echo "\033[1;97mInstall C library\033[0m" @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" @echo "\033[1;97mInstall documentation\033[0m"
install -vd $(INSTALL_DOCDIR) install -vd $(INSTALL_DOCDIR)

0
spec/.gitkeep Normal file
View file