diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-nikic-fast-route.spec | 2 |
2 files changed, 6 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 + diff --git a/php-nikic-fast-route.spec b/php-nikic-fast-route.spec index 8b502a7..c398c2d 100644 --- a/php-nikic-fast-route.spec +++ b/php-nikic-fast-route.spec @@ -1,3 +1,5 @@ +# remirepo spec file for php-Analog, from +# # Fedora spec file for php-Analog # # License: MIT |