diff options
author | Lars Müller | 2006-08-11 18:03:13 +0200 |
---|---|---|
committer | Lars Müller | 2006-08-11 18:03:13 +0200 |
commit | 347b55bc77566ad27a2d07133fc691a256343988 (patch) | |
tree | 2587b39ef009c9839f76c824ae3be24fd71d2f7d /Makefile | |
parent | renaming ld4 to trunk ... (diff) | |
download | core-347b55bc77566ad27a2d07133fc691a256343988.tar.gz core-347b55bc77566ad27a2d07133fc691a256343988.tar.xz core-347b55bc77566ad27a2d07133fc691a256343988.zip |
Initial Makefile to distribute as a tar ball.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@293 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..a9177c41 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +tarball: + @echo "Creating tar ball " + @tar cfhj opendiskless.tar.bz2 \ + --exclude-from=tools/tar_exclude_from \ + . |