Add install target to Makefile.in

This commit is contained in:
Felipe Sateler
2013-09-25 10:53:56 -03:00
committed by Stephen Sinclair
parent add961c2f4
commit ed754183e3
2 changed files with 17 additions and 0 deletions

View File

@@ -28,3 +28,6 @@ distclean: clean
cd projects/eguitar && $(MAKE) distclean
cd projects/examples && $(MAKE) distclean
install:
$(MAKE) -C src install