more pre-def'd testing within file, slime-style.
[rclg.git] / Makefile
blob8eadbb4f5602c04fd6478b93c317994c5c661b5c
1 ##FILES= {src/*.lisp}
2 VERS=0.1
4 FILES= r-cl/src/rclg-abstractions.lisp r-cl/src/rclg-cffi-sysenv.lisp \
5 r-cl/src/rclg-convert.lisp r-cl/src/rclg-init.lisp r-cl/src/rclg-types.lisp \
6 r-cl/src/rclg.lisp r-cl/src/rclg-access.lisp r-cl/src/rclg-control.lisp \
7 r-cl/src/rclg-foreigns.lisp r-cl/src/rclg-load.lisp r-cl/src/rclg-util.lisp \
8 r-cl/rclg.asd r-cl/README r-cl/COPYING
11 default :
12 echo "Select a target: "
13 echo " push"
14 echo " clean (not implemented)"
15 echo " build (not implemented)"
16 echo " install (not implemented)"
17 echo " tarball (not implemented)"
22 push:
23 git push -v --all git+ssh://repo.or.cz/srv/git/rclg.git
26 tarball-release:
27 git archive -v --format=tar --prefix=rclg-$(VERS)/ release \
28 gzip >rclg-release.tar.gz
30 tarball-version:
31 git archive -v --format=tar --prefix=rclg-$(VERS)/ release \
32 gzip >rclg-$(VERS).tar.gz
34 clean:
35 rm *~ */*~