mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Remove the Makefile targets relating to the Mac GUI app. refs #1282
This commit is contained in:
parent
89c71a8c2c
commit
2182c9084e
21
Makefile
21
Makefile
@ -429,24 +429,3 @@ windows-installer:
|
||||
|
||||
windows-installer-upload:
|
||||
$(RUNPP) -c "$(MAKE) -C windows windows-installer-upload"
|
||||
|
||||
|
||||
# These targets provide for mac native builds
|
||||
.PHONY: mac-exe mac-upload mac-cleanup mac-dbg
|
||||
|
||||
mac-exe: .built
|
||||
$(MAKE) -C mac clean
|
||||
VERSION=$(VER) $(RUNPP) -c "$(MAKE) -C mac build"
|
||||
|
||||
mac-dist:
|
||||
VERSION=$(VER) $(MAKE) -C mac diskimage
|
||||
|
||||
mac-upload:
|
||||
VERSION=$(VER) $(MAKE) -C mac upload
|
||||
|
||||
mac-cleanup:
|
||||
VERSION=$(VER) $(MAKE) -C mac cleanup
|
||||
|
||||
mac-dbg:
|
||||
cd mac && $(PP) $(PYTHON)w allmydata_tahoe.py
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user