aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 41e74eb702b453a0596dc6062c3cf07c788ef4d8 (plain)
1
2
3
4
5
6
7
8
# this makefile transparently forwards all `make` calls to `redo` for convenience

.PHONY: FORCE

all: FORCE
	@redo $(MAKECMDGOALS)

$(MAKECMDGOALS): all