bug: Fix installing
This commit is contained in:
parent
5b3559bf0e
commit
5a981b8212
2 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
0
spec/.gitkeep
Normal file
0
spec/.gitkeep
Normal file
Loading…
Add table
Reference in a new issue