incantation for tarballs in makefile
[rclg.git] / Makefile
blob7d8437a74b55e58fc5472d47ce396b63af49329f
1 default :
2 echo "Select a target: "
3 echo " push"
4 echo " clean (not implemented)"
5 echo " build (not implemented)"
6 echo " install (not implemented)"
9 push:
10 git push -v git+ssh://repo.or.cz/srv/git/rclg.git master:master tonylocal:tonylocal
12 package:
13 ## git tar-tree R_0-1 rclg-0.1 | gzip >rclg-0.1.tar.gz
14 ## 'git-archive' '--format=tar' '--prefix=rclg-0.1/' 'R_0-1'