We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make clean
1 parent 22acd7c commit d40d6e1Copy full SHA for d40d6e1
Makefile
@@ -90,7 +90,7 @@ test: $(test_objects) $(non_main_objects)
90
91
clean:
92
rm -f $(exec) $(test_exec) $(lib_name) $(ruby_extension)
93
- rm -rf src/*.o test/*.o lib/erbx/*.bundle tmp
+ rm -rf $(objects) $(test_objects) lib/erbx/*.bundle tmp
94
95
bundle_install:
96
bundle install
0 commit comments