diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-12-04 13:19:29 -0800 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-12-04 13:19:29 -0800 |
commit | 4faab339a2cdc77462b9b7c0bed31686c83b16fd (patch) | |
tree | 461f536e2d7a602025f52dcc95b98d4865dd927b | |
parent | 5317e1ce90f781458e3e75585a6f46ba2ea788f2 (diff) |
Added examples subdir to 'all' and 'clean' targets
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,12 +12,14 @@ all: $(MAKE) -C src $(MAKE) -C utils $(MAKE) -C doxygen + $(MAKE) -C examples .PHONY: clean clean: $(MAKE) -C src clean $(MAKE) -C utils clean $(MAKE) -C doxygen clean + $(MAKE) -C examples clean .PHONY: install install: |