mirror of https://github.com/lapce/lapce.git
update typo in Makefile comment
This commit is contained in:
parent
9f43428515
commit
cbfbe15244
10
Makefile
10
Makefile
|
@ -36,8 +36,8 @@ $(TARGET)-universal:
|
||||||
/usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY)
|
/usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY)
|
||||||
/usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY)-proxy
|
/usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY)-proxy
|
||||||
|
|
||||||
app: $(APP_NAME)-native ## Create an Alacritty.app
|
app: $(APP_NAME)-native ## Create an Lapce.app
|
||||||
app-universal: $(APP_NAME)-universal ## Create a universal Alacritty.app
|
app-universal: $(APP_NAME)-universal ## Create a universal Lapce.app
|
||||||
$(APP_NAME)-%: $(TARGET)-%
|
$(APP_NAME)-%: $(TARGET)-%
|
||||||
@mkdir -p $(APP_BINARY_DIR)
|
@mkdir -p $(APP_BINARY_DIR)
|
||||||
@mkdir -p $(APP_EXTRAS_DIR)
|
@mkdir -p $(APP_EXTRAS_DIR)
|
||||||
|
@ -50,8 +50,8 @@ $(APP_NAME)-%: $(TARGET)-%
|
||||||
xattr -c $(APP_DIR)/$(APP_NAME)/Contents/Resources/lapce.icns
|
xattr -c $(APP_DIR)/$(APP_NAME)/Contents/Resources/lapce.icns
|
||||||
/usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_DIR)/$(APP_NAME)
|
/usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_DIR)/$(APP_NAME)
|
||||||
|
|
||||||
dmg: $(DMG_NAME)-native ## Create an Alacritty.dmg
|
dmg: $(DMG_NAME)-native ## Create an Lapce.dmg
|
||||||
dmg-universal: $(DMG_NAME)-universal ## Create a universal Alacritty.dmg
|
dmg-universal: $(DMG_NAME)-universal ## Create a universal Lapce.dmg
|
||||||
$(DMG_NAME)-%: $(APP_NAME)-%
|
$(DMG_NAME)-%: $(APP_NAME)-%
|
||||||
@echo "Packing disk image..."
|
@echo "Packing disk image..."
|
||||||
@ln -sf /Applications $(DMG_DIR)/Applications
|
@ln -sf /Applications $(DMG_DIR)/Applications
|
||||||
|
@ -71,4 +71,4 @@ $(INSTALL)-%: $(DMG_NAME)-%
|
||||||
.PHONY: app binary clean dmg install $(TARGET) $(TARGET)-universal
|
.PHONY: app binary clean dmg install $(TARGET) $(TARGET)-universal
|
||||||
|
|
||||||
clean: ## Remove all build artifacts
|
clean: ## Remove all build artifacts
|
||||||
@cargo clean
|
@cargo clean
|
||||||
|
|
Loading…
Reference in New Issue