diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-16 10:22:59 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-16 10:22:59 +0100 |
commit | 992bd4a6fd5014369aca16c1a8a9372575e4bfe0 (patch) | |
tree | 745bc391810296c02006786c852823ee53a904e2 /Makefile |
php-justinrainbow-json-schema5: 5.0.0 - New 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 + |