mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-04-28 11:03:40 +00:00
Use tabs instead of spaces to indent the Makefile
This commit is contained in:
committed by
Manohar Castelino
parent
845306aa86
commit
e49f0490bd
4
Makefile
4
Makefile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user