From 6a0be7a4761e60b718a8776009b6a2a9b87a283b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Oct 2024 10:05:12 +0200 Subject: new project --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cd3c95f --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile -- cgit