mirror of
https://github.com/mappu/miqt.git
synced 2025-04-27 15:40:21 +00:00
Makefile: add clean-cache helper function
This commit is contained in:
parent
1887b2e542
commit
f48a9c4c07
4
Makefile
4
Makefile
@ -27,6 +27,10 @@ clean:
|
|||||||
$(DOCKER) image rm -f miqt/genbindings:latest
|
$(DOCKER) image rm -f miqt/genbindings:latest
|
||||||
rm -f $(BUILDSTAMPS)
|
rm -f $(BUILDSTAMPS)
|
||||||
|
|
||||||
|
.PHONY: clean-cache
|
||||||
|
clean-cache:
|
||||||
|
rm -f cmd/genbindings/cachedir/*.json
|
||||||
|
|
||||||
.PHONY: genbindings
|
.PHONY: genbindings
|
||||||
genbindings: $(BUILDSTAMPS)
|
genbindings: $(BUILDSTAMPS)
|
||||||
$(DOCKEREXEC) 'cd cmd/genbindings && go build && ./genbindings'
|
$(DOCKEREXEC) 'cd cmd/genbindings && go build && ./genbindings'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user