diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.kernel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.kernel b/src/Makefile.kernel index cf5c58a..95e9c89 100644 --- a/src/Makefile.kernel +++ b/src/Makefile.kernel @@ -16,5 +16,8 @@ build/Makefile: ../Makefile.build build/%: $(DIRS) build/Makefile cd build && $(MAKE) $* +examples: + make -C ../examples + clean: rm -rf build |
