clang -z noexecstack test.c -L. -lasm_bonus -o test -g
./test ||echo -e "\033[31m tests exited with an error code"
$(NAME):$(OBJS_DIR)$(OBJS)
ar rcs $@$(OBJS)
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.