Explorar o código

build: Make 'docs' target phony

Ole %!s(int64=10) %!d(string=hai) anos
pai
achega
96e94577ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -59,4 +59,4 @@ $(EXAMPLE_DIR)/%.out: $(EXAMPLE_DIR)/%.cpp Makefile
 	$(CXX) $(CXXFLAGS) $(LDFLAGS) -MMD -MF$(<:%.cpp=%.d) -MT$@ -o$@ $< $(LDLIBS)
 
 # Phony
-.PHONY: all clean test examples
+.PHONY: all clean docs test examples