diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a16e25d..201c7cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,4 +46,5 @@ distro: clean all cat $(PDP_DIR)/include/pdp.h | grep -v m_pd > pdp-light.h gcc $(GEM2PDP_CPPFLAGS) $(GEM2PDP_INCLUDE) -o $*.o -c $*.c - +install: + cp -f --remove-destination *.pd $(PD_DIR)/doc/5.reference |