mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 06:28:12 +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…
Reference in a new issue