Clearlinux packaging: Add Makefile

Add Makefile to support packaging this within Clearlinux

Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
This commit is contained in:
Manohar Castelino
2018-12-04 14:20:50 -08:00
committed by krsna1729
parent 210cc03586
commit 44b72301a6
+9
View File
@@ -0,0 +1,9 @@
DESTDIR ?= /
PREFIX ?= /usr
TARGET ?= $(PREFIX)/share/
all:
install:
install -m 0755 -d $(DESTDIR)/$(TARGET)/clr-k8s-examples
cp -r clr-k8s-examples/* $(DESTDIR)/$(TARGET)/clr-k8s-examples/