--- a/Makefile 2012-07-03 09:43:56.313978057 -0400 +++ b/Makefile 2012-07-03 09:45:16.323979122 -0400 @@ -22,3 +22,8 @@ cat build/fx2-$(VER).tar | gzip > build/fx2-$(VER).tgz +install: all + mkdir -p $(DESTDIR)/usr/share/fx2lib + cp lib/fx2.lib $(DESTDIR)/usr/share/fx2lib + cp lib/fx2.mk $(DESTDIR)/usr/share/fx2lib +