diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ clean: rm -f *~ distclean: clean + fakeroot make -f debian/rules clean $(BASE_SUBDIR:%=install_%): install -d ${DESTDIR}${PREFIX}/share/perl5/mtools/$(@:install_%=%) |