From f51b079da473cc07360503f8239c68b4a7eced9a Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Sun, 30 Apr 2023 19:42:33 +0200 Subject: build: Add Makefile to build pipa examples Signed-off-by: Johnny Richard --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3