diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-24 09:02:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-24 09:02:23 +0200 |
commit | d0dff73e8fdfad7591475740b23b97a8df223cc8 (patch) | |
tree | 256d14544c81c5f5686ab70ac9d35642bb4193a6 /Makefile | |
parent | cc38aafd7035d56c34c7447362a60f0695597a6b (diff) |
sync with fedora spec (epel7)
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..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |