save changes for mob user
[rclg.git] / Makefile
blob55f5bfe4a6de13b8e319dc80a6516ed84a515607
1 ##FILES= {src/*.lisp}
3 FILES= r-cl/src/rclg-abstractions.lisp r-cl/src/rclg-cffi-sysenv.lisp \
4 r-cl/src/rclg-convert.lisp r-cl/src/rclg-init.lisp r-cl/src/rclg-types.lisp \
5 r-cl/src/rclg.lisp r-cl/src/rclg-access.lisp r-cl/src/rclg-control.lisp \
6 r-cl/src/rclg-foreigns.lisp r-cl/src/rclg-load.lisp r-cl/src/rclg-util.lisp \
7 r-cl/rclg.asd r-cl/README r-cl/COPYING
10 default :
11 echo "Select a target: "
12 echo " push"
13 echo " clean (not implemented)"
14 echo " build (not implemented)"
15 echo " install (not implemented)"
16 echo " tarball (not implemented)"
21 push:
22 git push -v git+ssh://repo.or.cz/srv/git/rclg.git master:master tonylocal:tonylocal
24 tarball:
25 ## git tar-tree R_0-1 rclg-0.1 | gzip >rclg-0.1.tar.gz
26 ## 'git-archive' '--format=tar' '--prefix=rclg-0.1/' 'R_0-1'
28 clean:
29 rm *~ */*~