diff options
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 + + |