X-Git-Url: http://git.onelab.eu/?p=myops.git;a=blobdiff_plain;f=Makefile;h=d05a8c19c1f27401ba095495b67233778f92ecc9;hp=d8bc8ad40d41658c74ca6cc7432451352a9c85b2;hb=HEAD;hpb=607f0e13927eb18075c375fa9ba5527da4fcbb44 diff --git a/Makefile b/Makefile index d8bc8ad..d05a8c1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ $(main.FILE): #FORCE rm -f myops-1.0.tar.bz2 ( test -d $(PWD)/../myops-1.0 && unlink $(PWD)/../myops-1.0/ ) || echo "none" ln -s $(PWD) $(PWD)/../myops-1.0 - tar -jchvf myops-1.0.tar.bz2 -C ../ myops-1.0 + tar -jchvf myops-1.0.tar.bz2 --exclude .git --exclude *.bz2 -C ../ myops-1.0 @echo "hello" sources: $(SOURCEFILES)