mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
on demand creates the install scripts the destination directories
This commit is contained in:
parent
277cdf488b
commit
5cf3e00096
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ $(NAME): $(OBJS)
|
|||
|
||||
install:
|
||||
$Q$(INSTALL_DATA) $(NAME) $(prefix)/$(CROSSPREFIX)/lib
|
||||
$Q$(INSTALL_DATA) *.h $(prefix/$(CROSSPREFIX)/include
|
||||
$Q$(INSTALL_DATA) -d *.h $(prefix/$(CROSSPREFIX)/include
|
||||
|
||||
clean:
|
||||
@echo Cleaning examples
|
||||
|
|
Loading…
Add table
Reference in a new issue