diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3ecc0e0..6ee4d7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,6 @@ SUBDIRS = m4 src doc tests dist-hook: echo "$(VERSION)" > $(distdir)/VERSION + +stowinstall: + $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/libassuan |