There was an error while loading. Please reload this page.
1 parent da60100 commit 7b06745Copy full SHA for 7b06745
1 file changed
Makefile
@@ -68,6 +68,7 @@ macos: bin/TLEscope-macos
68
cp logo*.png $(DIST_MACOS)/ 2>/dev/null || true
69
@echo "macOS build bundled in $(DIST_MACOS)/"
70
@echo "Run it with: cd $(DIST_MACOS)/ && ./TLEscope"
71
+ @echo "To make a MacOS bundle: ./macos_bundle.sh"
72
73
windows: bin/TLEscope.exe
74
@mkdir -p $(DIST_WIN)
@@ -163,4 +164,4 @@ uninstall:
163
164
rm -f $(DESTDIR)$(APP_DIR)/TLEscope.desktop
165
rm -f $(DESTDIR)$(LINK_DIR)/TLEscope
166
rm -rf $(DESTDIR)$(INSTALL_DIR)
- @echo "Uninstall complete."
167
+ @echo "Uninstall complete."
0 commit comments