@@ -1,8 +1,10 @@
OBJ:= main.o
OBJ:= html.o main.o
OUTPUT:=nhtmlc
debug: CXXFLAGS = -g
debug: CFLAGS = -g
all: debug
debug: CXXFLAGS = -g -DDEBUG
debug: CFLAGS = -g -DDEBUG
debug: $(OBJ)
gcc $(OBJ) -g -o $(OUTPUT)
The note is not visible to the blocked user.