Skip to content
Snippets Groups Projects
Commit e022ff3f authored by tcarver's avatar tcarver
Browse files

add Makefile to dist

parent 05a0940c
Branches
Tags
No related merge requests found
......@@ -252,7 +252,7 @@ dist :
mkdir tar_build
mkdir tar_build/artemis
rm -f artemis_compiled_latest.tar.gz
tar cf - $(OTHER_FILES) act art etc | (cd tar_build/artemis; tar xf -)
tar cf - $(OTHER_FILES) act art Makefile etc | (cd tar_build/artemis; tar xf -)
tar cf - artemis_sqlmap dnaplotter uk org nsdb type seqdb lib | (cd tar_build/artemis; tar xf -)
(cd tar_build; find . -name 'CVS' -print | xargs rm -rf; find . -name '.svn' -print | xargs rm -rf; tar cvf ../artemis_compiled.tar artemis)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment