mirror of
				https://github.com/lint/TFDidThatSay
				synced 2025-11-03 21:26:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			238 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			238 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
ARCHS = arm64 arm64e
 | 
						|
 | 
						|
include $(THEOS)/makefiles/common.mk
 | 
						|
 | 
						|
TWEAK_NAME = tfdidthatsay
 | 
						|
tfdidthatsay_FILES = Tweak.xm
 | 
						|
#tfdidthatsay_CFLAGS = -fobjc-arc
 | 
						|
 | 
						|
include $(THEOS_MAKE_PATH)/tweak.mk
 | 
						|
 | 
						|
after-install::
 | 
						|
	install.exec "killall -9 Reddit"
 |