@@ -0,0 +1,10 @@
all: build run
build:
nasm -f elf64 main.s -o main.o
ld main.o -o gen
run:
./gen
.PHONY: all build run
The note is not visible to the blocked user.