mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
Use $(RM) instead of explicit rm invocation
Reviewed by @mgeier
This commit is contained in:
parent
1514b244d2
commit
0467239505
@ -11,7 +11,7 @@ catch_self_test: $(OBJECTS)
|
||||
$(CXX) -o $@ $^
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS) catch_self_test
|
||||
$(RM) $(OBJECTS) catch_self_test
|
||||
|
||||
check: catch_self_test
|
||||
./catch_self_test
|
||||
|
Loading…
Reference in New Issue
Block a user