Skip to content
Snippets Groups Projects
Commit a2a9ba5f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

minizip

parent 7e92021f
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.183 2002-01-22 17:05:16 geuzaine Exp $ # $Id: Makefile,v 1.184 2002-01-23 16:28:21 geuzaine Exp $
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 33 GMSH_MINOR_VERSION = 33
GMSH_PATCH_VERSION = 1 GMSH_PATCH_VERSION = 2
MAKE = make MAKE = make
CXX = c++ CXX = c++
...@@ -156,6 +156,9 @@ tgz: ...@@ -156,6 +156,9 @@ tgz:
gzip $(GMSH_ARCHIVE).tar gzip $(GMSH_ARCHIVE).tar
chmod 640 $(GMSH_ARCHIVE).tar.gz chmod 640 $(GMSH_ARCHIVE).tar.gz
minizip:
tar jcvf gmsh.tar.bz2 `ls Makefile */Makefile */*.[chyl] */*.cpp`
src: src:
tar cvf $(GMSH_SRCRPM).tar $(GMSH_SOURCES) tar cvf $(GMSH_SRCRPM).tar $(GMSH_SOURCES)
gzip $(GMSH_SRCRPM).tar gzip $(GMSH_SRCRPM).tar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment