diff options
Diffstat (limited to 'el6/Makefile')
-rw-r--r-- | el6/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/el6/Makefile b/el6/Makefile new file mode 100644 index 0000000..8a6442d --- /dev/null +++ b/el6/Makefile @@ -0,0 +1,5 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + + |