diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-02 08:43:37 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-02 08:43:37 +0100 |
commit | 10f80b5084772ca502050a76fbd60bc1eac6d2c7 (patch) | |
tree | d5c87444bc836c8a8a48609f71e80645ddb43400 /Makefile |
initial package, version 1.0.0dev
open https://github.com/eklausme/php-md4c/issues/12 version inconsistency
open https://github.com/eklausme/php-md4c/issues/13 PHP version compatibility
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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |