@@ -15,6 +15,10 @@ $(EXEC):$(OBJETS) Makefile
.cpp.o:
$(CC) $(CFLAGS) -c $< -o $@
debug: CFLAGS += -DDEBUG
debug: LFLAGS += -DDEBUG
debug: $(EXEC)
clean:
rm -f $(OBJETS)
clear:
The note is not visible to the blocked user.