mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-21 06:13:54 +00:00
Makefile: make install also compiles samples
This commit is contained in:
parent
284890f3b9
commit
1161401c35
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -249,7 +249,7 @@ else
|
|||
endif
|
||||
|
||||
|
||||
install: compile_lib $(PKGCFGF)
|
||||
install: all $(PKGCFGF)
|
||||
mkdir -p $(LIBDIR)
|
||||
ifeq ($(UNICORN_SHARED),yes)
|
||||
$(INSTALL_LIB) $(LIBRARY) $(LIBDIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue