Skip to content
Snippets Groups Projects
Commit c08513c4 authored by iliya.saroukha's avatar iliya.saroukha
Browse files

added empty line at the end of algo Makefile

parent 74e80ad6
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ pub fn template_for_makefile_algo_v2(impl_name: String, mut main_name: String) -
buffer.println("");
buffer.println("clean:");
buffer.println_right("rm -f $(OBJECTS) $(TARGET)");
buffer.println_left("");
return buffer;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment