X-Git-Url: http://nitlanguage.org diff --git a/Makefile b/Makefile index ef24ecb..bc06e15 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,15 @@ NITCOPT= +# Additional program directories (contrib and examples) that are buildable +PROGS=$(dir $(wildcard examples/*/Makefile contrib/*/Makefile)) + all: tools +# Compile all programs in $PROGS +full: all + for m in $(PROGS); do $(MAKE) -C "$$m" || exit 1; done + docs: doc/stdlib/index.html doc/nitc/index.html tools: