Skip to content
Snippets Groups Projects
Commit e6ce301e authored by Cédric Roux's avatar Cédric Roux
Browse files

T hacks: minor: remove executable when doing 'make clean'

parent e0549de9
No related branches found
No related tags found
2 merge requests!3226Integration: `2025.w04`,!3217minor improvements in T hacks
...@@ -25,4 +25,4 @@ multi-rru-clean: ../utils.o ../database.o ../event.o ../configuration.o multi-rr ...@@ -25,4 +25,4 @@ multi-rru-clean: ../utils.o ../database.o ../event.o ../configuration.o multi-rr
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<
clean: clean:
rm -f *.o core dump_nack_signal time_meas timeplot rm -f *.o core dump_nack_signal time_meas timeplot multi-rru-clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment