diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-05 11:57:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-05 11:57:25 +0200 |
commit | 00f941c88b62713a67074add2558024050b79a11 (patch) | |
tree | 3979567a11e6786ab325c43b1b5bb22b0d998ed8 /Makefile |
initial package
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |