Files
cloud-native-setup/Makefile
Manohar Castelino 44b72301a6 Clearlinux packaging: Add Makefile
Add Makefile to support packaging this within Clearlinux

Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
2018-12-04 14:20:50 -08:00

10 lines
208 B
Makefile

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/