diff options
Diffstat (limited to 'robot/makefile')
| -rw-r--r-- | robot/makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/robot/makefile b/robot/makefile index 6f50519..ce57090 100644 --- a/robot/makefile +++ b/robot/makefile @@ -34,7 +34,7 @@ CFLAGS += -DW2_BUILD_STR="$(BUILD_STR)"  all: $(if $(SIM), a.out, out.hex)  clean: -	rm -f *.o out.hex a.out compile_commands.json +	rm -f *.o out.hex a.out  a.out: $(OBJECTS)  	$(CC) $(OBJECTS) $(CFLAGS) $(LDFLAGS) |