# Top level makefile, the real shit is at src/Makefile
TARGETS=32bit noopt
all:
cd src &&$(MAKE)$@
$(TARGETS) clean:
cd src &&$(MAKE)$@
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.