Fix make clean

This commit is contained in:
Oleg Kalachev 2023-04-13 04:05:15 +03:00
parent d537f7c0b2
commit 2e16844e36

View File

@ -36,6 +36,6 @@ grab_log:
PORT=$(PORT) tools/grab_log.py
clean:
rm -rf gazebo/plugin/build $(SKETCH)/build $(SKETCH)/cache
rm -rf gazebo/build $(SKETCH)/build $(SKETCH)/cache .dependencies
.PHONY: build upload monitor dependencies cmake build_simulator simulator grab_log clean