Skip to content

Commit

Permalink
delete cycles.csv before appending
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed Nov 3, 2023
1 parent d8bff62 commit 258c015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernels/Makefile.kernels
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CYCLES_CSV := cycles.csv

# Generate the target file by combining the specified files from TESTS
$(CYCLES_CSV): $(addsuffix .csv, $(basename $(TESTS)))
rm $(CYCLES_CSV)
@echo "Combining CSV files specified in TESTS into $@"
@for file in $(TESTS); do \
filename=$$(basename $$file .x); \
Expand Down

0 comments on commit 258c015

Please sign in to comment.