From 319881fe75a6cbfa29f46fd0d0668e6a43ba41d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Aug 2025 10:51:38 +0200 Subject: fix path level --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e65467..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile -- cgit