mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-15 18:05:38 +02:00
Remove execute results
This commit is contained in:
@@ -9,10 +9,7 @@ CXXFLAGS = -I../../include
|
||||
main: $(OBJECTS)
|
||||
$(CXX) -o $@ $^
|
||||
|
||||
junit: main
|
||||
-./main -r junit > junit.xml
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS) main junit.xml
|
||||
rm -f $(OBJECTS) main
|
||||
|
||||
.PHONY: main junit
|
||||
.PHONY: main clean
|
||||
|
Reference in New Issue
Block a user