Commit a9a274f5 authored by rickck11's avatar rickck11 Committed by GitHub

cannon: delete unnecessary part in makefile (#11194)

* add dependence check in makefile

* Update Makefile

* Update Makefile
parent 16c4e367
all: elf dump all: elf
.PHONY: elf .PHONY: elf
elf: $(patsubst %/go.mod,bin/%.elf,$(wildcard */go.mod)) elf: $(patsubst %/go.mod,bin/%.elf,$(wildcard */go.mod))
......
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