Makefile: make install also compiles samples

This commit is contained in:
danghvu 2015-08-26 16:20:29 +07:00
parent 284890f3b9
commit 1161401c35

View file

@ -249,7 +249,7 @@ else
endif
install: compile_lib $(PKGCFGF)
install: all $(PKGCFGF)
mkdir -p $(LIBDIR)
ifeq ($(UNICORN_SHARED),yes)
$(INSTALL_LIB) $(LIBRARY) $(LIBDIR)