Files
ObsPrj/Makefile
2025-10-02 15:26:38 +02:00

10 lines
162 B
Makefile

.PHONY: all
all: clean workflow.config
.PHONY: clean
clean:
@rm workflow.config
workflow.config:
cue export workflow.cue --out json --outfile workflow.config