Use tabs instead of spaces to indent the Makefile

This commit is contained in:
William Douglas
2018-12-06 10:57:46 -08:00
committed by Manohar Castelino
parent 845306aa86
commit e49f0490bd

View File

@@ -5,5 +5,5 @@ TARGET ?= $(PREFIX)/share/
all:
install:
install -m 0755 -d $(DESTDIR)/$(TARGET)/clr-k8s-examples
cp -r clr-k8s-examples/* $(DESTDIR)/$(TARGET)/clr-k8s-examples/
install -m 0755 -d $(DESTDIR)/$(TARGET)/clr-k8s-examples
cp -r clr-k8s-examples/* $(DESTDIR)/$(TARGET)/clr-k8s-examples/