@@ -3,15 +3,15 @@ OUTPUT:= preparse
.PHONY: test debug clean
test: debug
all test: debug
./$(OUTPUT) test.tex
debug: CFLAGS:= -g
debug: CXXFLAGS:= -g
debug: $(OUTPUT)
clean:
$(RM) $(OBJ) $(OUTPUT)
$(OUTPUT): $(OBJ)
$(CC) $(OBJ) -o preparse
$(CXX) $(OBJ) -o preparse
The note is not visible to the blocked user.