Skip to content

Commit

Permalink
Ensure JSON and XML reports always have a fresh GIT rev
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
navv1234 committed Jun 3, 2017
1 parent 83c5a7c commit 27dbf28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ sc_main.o: .FORCE

report/sc_report_html_sim.o: .FORCE

report/sc_report_json.o: .FORCE

report/sc_report_xml.o: .FORCE

# cleanup targets
mostlyclean:
-@echo [$(MODULE)] Cleaning intermediate files
Expand Down

0 comments on commit 27dbf28

Please sign in to comment.