Remove execute results

This commit is contained in:
Wichert Akkerman 2012-12-03 16:05:24 +01:00
parent f9971cfc0f
commit 22b5a157b0
1 changed files with 2 additions and 5 deletions

View File

@ -9,10 +9,7 @@ CXXFLAGS = -I../../include
main: $(OBJECTS) main: $(OBJECTS)
$(CXX) -o $@ $^ $(CXX) -o $@ $^
junit: main
-./main -r junit > junit.xml
clean: clean:
rm -f $(OBJECTS) main junit.xml rm -f $(OBJECTS) main
.PHONY: main junit .PHONY: main clean