diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-17 07:12:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-17 07:12:48 +0100 |
commit | b8c147876a20d7a2e6d902cd56c0650b7f0e209d (patch) | |
tree | 89be48606756c0cc3774e65480e36e6be1fdf3ec /el7/Makefile | |
parent | 4bd31f0da05570e94b4d17c4de8f5cfe75fa65ca (diff) |
Diffstat (limited to 'el7/Makefile')
-rw-r--r-- | el7/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/el7/Makefile b/el7/Makefile new file mode 100644 index 0000000..8a6442d --- /dev/null +++ b/el7/Makefile @@ -0,0 +1,5 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + + |