# Compares the ROM to a checksum of the original - only makes sense using when non-modern
COMPARE?=0
KEEP_TEMPS?=0
ifeq(modern,$(MAKECMDGOALS))
MODERN:=1
endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.