diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-08 11:19:33 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-08 11:19:33 +0100 |
commit | 1daf80042a208bcfb91048aa589f6c895574da99 (patch) | |
tree | 3f74931619f5f537b55a634ee0422930fa57d8ca /Makefile | |
parent | f7ae5ee83d54b1c5366329158ca3dd6780f43bd8 (diff) |
backport for remirepo
use symfony package names
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cd3c95f --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile |