diff --git a/Makefile b/Makefile index 7f045dc..918578f 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ examples: $(EXAMPLES_OBJ) $(CXX) $(CXXFLAGS) $(EXAMPLES_CXXFLAGS) -o $@ $< clean: - rm -f $(EXAMPLES_OBJ) \ No newline at end of file + rm -f $(EXAMPLES_OBJ)