@@ -0,0 +1,5 @@
OBJS = main.c
OBJ_NAME = chip8
all : $(OBJS)
gcc -g $(OBJS) -lSDL2 -o $(OBJ_NAME)
The note is not visible to the blocked user.