summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3963be1..c6d1289 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ linter-fix: $(SRCS) $(HEADERS)
clang-format -i $?
$(MAKE) -C test linter-fix
+.PHONY: examples
+examples:
+ $(MAKE) -C examples
+
.PHONY: test
test: $(TARGET)
$(MAKE) -C test