diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ examples: swig: src @$(MAKE) -C $@ +check: src + @$(MAKE) -C tests check + +test: check + install: @$(MAKE) -C src install @$(MAKE) -C examples install |