diff options
author | David Robillard <d@drobilla.net> | 2009-06-29 00:10:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-29 00:10:41 +0000 |
commit | 373586d02cc0453a85cad92b16839d22e474099a (patch) | |
tree | 48b6dad6d0601a7700a4967d172c6327d61b6f0b /Makefile | |
parent | a80bdcc56bab969dbb214344c01a215e66b91f08 (diff) | |
download | resp-373586d02cc0453a85cad92b16839d22e474099a.tar.gz resp-373586d02cc0453a85cad92b16839d22e474099a.tar.bz2 resp-373586d02cc0453a85cad92b16839d22e474099a.zip |
Build compiler documentation.
git-svn-id: http://svn.drobilla.net/resp/tuplr@163 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -11,13 +11,13 @@ builddir: mkdir -p build OBJECTS = \ + build/constrain.o \ build/cps.o \ build/gc.o \ build/gclib.so \ build/llvm.so \ build/pprint.o \ build/tuplr.o \ - build/typing.o \ build/unify.o build/tuplr: $(OBJECTS) @@ -31,3 +31,9 @@ build/%.so: src/%.cpp src/tuplr.hpp clean: rm -rf build + +check: + ./test.sh + +doc: + doxygen ./tuplr.dox |