diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-17 16:23:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-17 16:23:13 +0200 |
commit | 9b373cc08a6e4d8a7c402eb9a50668f1f36d1693 (patch) | |
tree | 20f25e6b78aae6f10f2decd0637a5746a44fe576 /Makefile | |
parent | 0621a8256314942e07ccce715714e4876dd7e793 (diff) |
update to 2.0.0
rename to php-doctrine-cache2
install in /usr/share/php/Doctrine/Common/Cache2
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 + |