Skip to content

Commit d40d6e1

Browse files
committed
Properly clean up .o files in make clean
1 parent 22acd7c commit d40d6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test: $(test_objects) $(non_main_objects)
9090

9191
clean:
9292
rm -f $(exec) $(test_exec) $(lib_name) $(ruby_extension)
93-
rm -rf src/*.o test/*.o lib/erbx/*.bundle tmp
93+
rm -rf $(objects) $(test_objects) lib/erbx/*.bundle tmp
9494

9595
bundle_install:
9696
bundle install

0 commit comments

Comments
 (0)