diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-30 19:42:33 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-30 19:42:33 +0200 |
commit | f51b079da473cc07360503f8239c68b4a7eced9a (patch) | |
tree | 9185a40d2c0bdc5a0fcb9a138ddc5f577c2bc040 /Makefile | |
parent | b1e8b4f24927efc6ed68420e4f579fb20ab831a9 (diff) |
build: Add Makefile to build pipa examples
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |