mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-21 17:25:41 +02:00
Use $(RM) instead of explicit rm invocation
Reviewed by @mgeier
This commit is contained in:
@@ -11,7 +11,7 @@ catch_self_test: $(OBJECTS)
|
|||||||
$(CXX) -o $@ $^
|
$(CXX) -o $@ $^
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJECTS) catch_self_test
|
$(RM) $(OBJECTS) catch_self_test
|
||||||
|
|
||||||
check: catch_self_test
|
check: catch_self_test
|
||||||
./catch_self_test
|
./catch_self_test
|
||||||
|
Reference in New Issue
Block a user