Skip to content

Commit b524010

Browse files
committed
fix(Makefile): add missing endif instruction
Signed-off-by: Diogo Costa <[email protected]>
1 parent e0cebd2 commit b524010

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,6 @@ tests_dir := $(cur_dir)/tests
395395
-include $(tests_dir)/tests.mk
396396

397397
.PHONY: tests
398-
tests: framework
398+
tests: framework
399+
400+
endif

0 commit comments

Comments
 (0)