diff --git a/Makefile b/Makefile index 9936c43..96043a3 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ install: install -m 755 truncate /usr/local/bin uninstall: - rm -f /usr/local/bin/e2fsck /usr/local/bin/resize2fs /usr/local/bin/tune2fs /usr/local/bin/pishrink /usr/local/bin/truncate + rm -f /usr/local/bin/e2fsck /usr/local/bin/resize2fs /usr/local/bin/tune2fs /usr/local/bin/pishrink /usr/local/bin/truncate diff --git a/PiShrink-macOS.xcodeproj/project.pbxproj b/PiShrink-macOS.xcodeproj/project.pbxproj index f277982..862964c 100644 --- a/PiShrink-macOS.xcodeproj/project.pbxproj +++ b/PiShrink-macOS.xcodeproj/project.pbxproj @@ -11,7 +11,7 @@ FC4E6AAD2058556E00CBFDDA /* pishrink */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = pishrink; sourceTree = ""; }; FC4E6AAE2058556E00CBFDDA /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; FC7662F520586426003556C0 /* make_e2fstools */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make_e2fstools; sourceTree = ""; }; - FC7662F620586871003556C0 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + FC7662F620586871003556C0 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; usesTabs = 1; }; /* End PBXFileReference section */ /* Begin PBXGroup section */