Skip to content

Commit 24a15f0

Browse files
committed
Updated Makefile.
1 parent ff2295a commit 24a15f0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
XCODE_USER_TEMPLATES_DIR=~/Library/Developer/Xcode/Templates/File\ Templates
2-
XCODE_USER_SNIPPETS_DIR=~/Library/Developer/Xcode/UserData/CodeSnippets
3-
4-
TEMPLATES_DIR=VIPER\ Templates
2+
VIPER_TEMPLATES_DIR=VIPER\ Templates
53

64
install_templates:
7-
rm -R -f $(XCODE_USER_TEMPLATES_DIR)/$(TEMPLATES_DIR)
5+
rm -R -f $(XCODE_USER_TEMPLATES_DIR)/$(VIPER_TEMPLATES_DIR)
86
mkdir -p $(XCODE_USER_TEMPLATES_DIR)
9-
cp -R -f $(TEMPLATES_DIR) $(XCODE_USER_TEMPLATES_DIR)
7+
cp -R -f $(VIPER_TEMPLATES_DIR) $(XCODE_USER_TEMPLATES_DIR)
108

119
uninstall_templates:
12-
rm -R $(XCODE_USER_TEMPLATES_DIR)/$(TEMPLATES_DIR)
10+
rm -R $(XCODE_USER_TEMPLATES_DIR)/$(VIPER_TEMPLATES_DIR)

0 commit comments

Comments
 (0)