diff options
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile index b7582a7e..158ebdf6 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1061,9 +1061,9 @@ hcs_install: hcs # install -d $(readmesdir) # install -p $(externals_src)/hcs/README \ # $(readmesdir)/$(HCS_NAME).txt -# install -d $(examplesdir)/$(HCS_NAME) -# install -p $(externals_src)/hcs/examples/*.pd \ -#g $(examplesdir)/$(HCS_NAME) + install -d $(examplesdir)/$(HCS_NAME) + install -p $(externals_src)/hcs/examples/*.pd \ + $(examplesdir)/$(HCS_NAME) hcs_clean: -rm -f -- $(HCS_OBJECTS:.c=.$(EXTENSION)) |