diff options
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am new file mode 100644 index 0000000..a1c75c7 --- /dev/null +++ b/extra/Makefile.am @@ -0,0 +1,4 @@ +dist-hook: + cp -r \ + Chrome \ + $(distdir) |