mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 02:12:20 +00:00
Create folders when installing pngu
This commit is contained in:
parent
8ca7a33402
commit
17e81ea771
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ clean:
|
|||
|
||||
#---------------------------------------------------------------------------------
|
||||
install:
|
||||
@mkdir --parents $(DESTDIR)/lib $(DESTDIR)/include
|
||||
@cp --force $(OUTPUT) $(DESTDIR)/lib
|
||||
@cp --force --parents $(HDR) $(DESTDIR)/include
|
||||
|
||||
|
|
Loading…
Reference in a new issue