summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-10 08:11:07 +0200
committerRemi Collet <remi@php.net>2025-04-10 08:11:07 +0200
commit391b1d76492353d4c3d4f96eb510bad703dca5c3 (patch)
tree6a98917a50fe2dfc87a7e75bc7832cedefa7a253 /Makefile
new package, version 0.1.0rc1
open https://github.com/kjdev/php-ext-bzip3/issues/2 add LICENSE file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
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
+