mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-07-15 13:17:20 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
18 lines
378 B
Makefile
18 lines
378 B
Makefile
FATE_BUILD += fate-build-alltools
|
|
fate-build-alltools: alltools
|
|
|
|
FATE_BUILD += fate-build-checkheaders
|
|
fate-build-checkheaders: checkheaders
|
|
|
|
FATE_BUILD += fate-build-examples
|
|
fate-build-examples: examples
|
|
|
|
FATE_BUILD += fate-build-testprogs
|
|
fate-build-testprogs: testprogs
|
|
|
|
$(FATE_BUILD): CMD = null
|
|
$(FATE_BUILD): CMP = null
|
|
|
|
# FATE += $(FATE_BUILD)
|
|
fate-build: $(FATE_BUILD)
|