mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
added formatter inject_html test
This commit is contained in:
@@ -22,7 +22,7 @@ markdown.o: markdown.cpp markdown.hpp
|
||||
$(CXX) $(CXXFLAGS) -c markdown.cpp
|
||||
|
||||
formatter.o: formatter.cpp formatter.hpp
|
||||
$(CXX) $(CXXFLAGS) -c formatter.hpp
|
||||
$(CXX) $(CXXFLAGS) -c formatter.cpp
|
||||
|
||||
tests.o: $(TEST_DIR)/tests.cpp config.hpp
|
||||
$(CXX) $(CXXFLAGS) -c $(TEST_DIR)/tests.cpp
|
||||
|
||||
Reference in New Issue
Block a user