Commit e6ce301e authored by Cedric Roux's avatar Cedric Roux

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

parent e0549de9
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment