diff options
Diffstat (limited to 'tgzsrc')
-rw-r--r-- | tgzsrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ cd .. rm -f scintilla.tgz -tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \ +tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.so --exclude \*.exe --exclude \*.a scintilla/* \ | gzip -c >scintilla.tgz |