summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-08 11:19:33 +0100
committerRemi Collet <remi@remirepo.net>2018-01-08 11:19:33 +0100
commit1daf80042a208bcfb91048aa589f6c895574da99 (patch)
tree3f74931619f5f537b55a634ee0422930fa57d8ca /Makefile
parentf7ae5ee83d54b1c5366329158ca3dd6780f43bd8 (diff)
backport for remirepo
use symfony package names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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